Question
Nucle STM32L031: EEPROM write protection ?
Posted on August 09, 2016 at 13:09
Hi,
I want to implement read/write functions as well as write protection for EEPROM memory in Nucleo STM32L031K6. From STM examples, I see that: - For Flash memory, the write protection can be set using OptionsBytes: e.g OB_WRP_Pages0to31, OB_WRP_Pages32to63. Each of thess OB_WRP_Pages correspond to a specified Section.- However for Data EEPROM, there is no such a ''Section''. So my question is: Is it possible to configure Data EEPROM to be write protected ? And if it is, then how to do that (and example code would be great) ? Thanks Bien
#stm32l031 #eeprom #flash