Infinite loop when read or write word in internal EEPROM STM32L0
Hi!When I read or write a word in the internal STM32L052 EEPROM, I enter into infinite loop but not for all addresses (0x08 and 0x10 work well) . Whereas when I read or write byte, all addresses work very well. #define DATA_EEPROM_START_ADDR 0x08080...