Hi guys
I can not get the EEprom component to work with PIC32 bit.
Have any of you tried? FC error to Compilers\pic32\bin\xc32-gcc.exe report error code 255
Do you have a simple 32bit working example?
Thank you
Ferla
Eeprom Pic32MX340F512H error compiler
Moderator: Benj
-
- Flowcode v5 User
- Posts: 126
- Joined: Sun Jan 06, 2013 8:58 pm
- Location: Italy
- Been thanked: 19 times
Re: Eeprom Pic32MX340F512H error compiler
I'm reading that it has no internal EEprom but only Flash that has been used as an EEprom simulation 

- QMESAR
- Valued Contributor
- Posts: 1287
- Joined: Sun Oct 05, 2014 3:20 pm
- Location: Russia
- Has thanked: 384 times
- Been thanked: 614 times
Re: Eeprom Pic32MX340F512H error compiler
Hi.
Most 32 bit Processors does not have EEPROM such is the case with PIC32
You have to write to Flash from your code,I am not sure but think FC does not have a component for flash rights
Most 32 bit Processors does not have EEPROM such is the case with PIC32
You have to write to Flash from your code,I am not sure but think FC does not have a component for flash rights
https://www.flowcodexchange.com/
Regards QMESAR
Regards QMESAR
-
- Flowcode v5 User
- Posts: 126
- Joined: Sun Jan 06, 2013 8:58 pm
- Location: Italy
- Been thanked: 19 times
Re: Eeprom Pic32MX340F512H error compiler
Thanks Qmesar , so I read well. I will change the chips or connect external eeprom.
Ferla
Ferla