When using EEprom component it reports size as 0 bites, and I am unable to store any data for next restart.
I cant see any mention of eeprom in datasheet for this processor. If it does not have an eeprom, how can I store data for next startup
Maybe the use of pointers and setting an area aside?
The PIC24 and PIC32 is as all ARM core devices no EEPROM
use and external EEPROM or write to flash however to write to flash you need to use your own C code as there is no flash write /Read component in FC.
as for external EEPROM there is components that support SPI and I2C