Question
STM32L051 EEPROM initialisation
Is it possible to initialize the EEPROM area of a STM32L051 with values at compile time (IAR compiler) simply like this:
const char array[] @ "my_eeprom" = {0X1C,0X1F,0X9F,0XFF};
Is it possible to initialize the EEPROM area of a STM32L051 with values at compile time (IAR compiler) simply like this:
const char array[] @ "my_eeprom" = {0X1C,0X1F,0X9F,0XFF};
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.