Couldn't write and read EEPROM on STM32L0538-Discovery
Hello,I tried to EEPROM write/read test but it seems to not have written into EEPROM normally.My defined functions corresponding to EEPROM are like following.#define FLASH_USER_START_ADDR ((uint32_t)0x8008000)#define FLASH_USER_END_ADDR ((uint32_t)0...