Need to write and read reliably to a protected block of EEPROM memory from startup to startup
Hi. I'm using an STM8 MCU. I'd like to reliably write to and read from a block of EEPROM/FLASH memory (about 1k) that will never be overwritten either by the MCU or by programming/debugging via SWIM, but can be read and written from code. I'm writ...