7 years ago.

Implementing flash HAL API

I'm following this tutorial: https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/flash/#flash-hal I would like to prepare bootloader for STM32L432KC. I'm stuck at Flash HAL section. It states: `First, make sure CMSIS device packs support your device. Run a script in mbed-os to generate flash blobs.` I've browsed a bit but could not find anything up to date. I'm not familiar with CMSIS. Do you know where could I check if it's supported for my device and how could I generate those?

Am I left if option 2 (own HAL driver)? thanks

Be the first to answer this question.