Eeprom Pic32MX340F512H error compiler

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

Moderator: Benj

Post Reply
Ferla
Flowcode v5 User
Posts: 126
Joined: Sun Jan 06, 2013 8:58 pm
Location: Italy
Been thanked: 19 times

Eeprom Pic32MX340F512H error compiler

Post by Ferla »

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

Ferla
Flowcode v5 User
Posts: 126
Joined: Sun Jan 06, 2013 8:58 pm
Location: Italy
Been thanked: 19 times

Re: Eeprom Pic32MX340F512H error compiler

Post by Ferla »

I'm reading that it has no internal EEprom but only Flash that has been used as an EEprom simulation :roll:

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

Re: Eeprom Pic32MX340F512H error compiler

Post by QMESAR »

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

Ferla
Flowcode v5 User
Posts: 126
Joined: Sun Jan 06, 2013 8:58 pm
Location: Italy
Been thanked: 19 times

Re: Eeprom Pic32MX340F512H error compiler

Post by Ferla »

Thanks Qmesar , so I read well. I will change the chips or connect external eeprom.
Ferla

Post Reply