EEPROM Read/Write STM32L15x
Hi,I am having a problem with using internal EEPROM memory for saving data. I can read data only from BASE adress of EEPROM. I can not write to EEPROM or read form any other place in EEPROM.MY simple code:#define FLASH_EEPROM_BASE ((uint32_t)(FLA...