Question
EEPROM Initialisation STM32L0
Posted on June 11, 2015 at 17:11
Hi there,
I want to initialise the on chip EEPROM so I can save a number of bytes which will be Factory reset values. I don't want to use the Emulated EEPROM and I cant find any document regarding to that. I used PIC microcontrollers before and in MPLAB there is a macro which can initialise the EEPROM with the reset values and these values may be updated later when the code is running. So how I can program the EEPROM when I program the device?