Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 5 months ago.
STM32L433 - Storage on Flash
Hi, I'm working with a NUCLEO-L433RC board and I'm trying to use storage_on_flash library (https://os.mbed.com/teams/mbed_controller/code/storage_on_flash/file/2bb58064d0a2/SOFBlock.h/)
This library works well on the NUCLEO-F401/F411 board. Inside the file "SOF_dev_stm32_f4xx.cpp" I can see the Flash Memory Sector Address structure.
The NucleoL433 board uses a STM32L433RC cpu that has different flash memory address.
I don't understand how to change the library in order to use it with STM32L433RC.
Can someone help me?
Thank you.