EEPROM emulation problem in STM32F0
Posted on May 02, 2013 at 14:13 Hi, I try eeprom emulation but I have problem: I use this function for storage variable: void write_block_eeprom(uint16_t stato,uint8_t *numberbuff){ uint16_t lsb,i; uint16_t checksum; uint8_t msb; ...