Page 1 of 1

PIC24F128GA010 EEPROM

Posted: Tue Nov 12, 2019 10:08 pm
by JFinlayson
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?

Re: PIC24F128GA010 EEPROM

Posted: Wed Nov 13, 2019 5:14 am
by QMESAR
HI

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

Re: PIC24F128GA010 EEPROM

Posted: Wed Nov 13, 2019 10:14 am
by JFinlayson
Thanks for the information :)

Re: PIC24F128GA010 EEPROM

Posted: Wed Nov 13, 2019 11:17 am
by Benj
This component written by Kersing might be useful.
viewtopic.php?f=58&t=15932

Not sure if it will work with the PIC24F128GA010 but it's worth a go.