Nucleo EEPROM

Mbed provides abstraction for "stm32l1xx_flash.h". Now it is possible to read and write the internal EEPROM directly from the code with standard functions.

Example code

I will try it later, but some initial code example included in [1] and the complete code reference in [2]. In [1] the first code snippet contains out-of-date implementation!

Literature

[1] http://developer.mbed.org/forum/mbed/topic/4912/

[2] http://developer.mbed.org/users/mbed_official/code/mbed-src/docs/01cb89f68337/stm32l1xx__hal__flash__ex_8c.html


Please log in to post comments.