Storing Data in EEPROM on the STM8S003k3
Hi Everyone,I am using stm8s003k3 in one of my projects. I want to store a variable containing a number from 0 to 999 in EEPROM but the issue is FLASH_ProgramByte & FLASH_ReadByte can only store a number up to 256. I tried to use FLASH_ProgramWord b...