PIC24F128GA010 EEPROM

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
JFinlayson
Posts: 93
Joined: Mon Sep 23, 2013 4:33 pm
Has thanked: 5 times
Been thanked: 6 times
Contact:

PIC24F128GA010 EEPROM

Post 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?
The older the boy the bigger the toy

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: PIC24F128GA010 EEPROM

Post 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

JFinlayson
Posts: 93
Joined: Mon Sep 23, 2013 4:33 pm
Has thanked: 5 times
Been thanked: 6 times
Contact:

Re: PIC24F128GA010 EEPROM

Post by JFinlayson »

Thanks for the information :)
The older the boy the bigger the toy

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: PIC24F128GA010 EEPROM

Post 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.

Post Reply