Page 1 of 1

Eeprom Pic32MX340F512H error compiler

Posted: Sun Dec 09, 2018 10:05 am
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

Re: Eeprom Pic32MX340F512H error compiler

Posted: Sun Dec 09, 2018 10:54 am
by Ferla
I'm reading that it has no internal EEprom but only Flash that has been used as an EEprom simulation :roll:

Re: Eeprom Pic32MX340F512H error compiler

Posted: Sun Dec 09, 2018 11:34 am
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

Re: Eeprom Pic32MX340F512H error compiler

Posted: Sun Dec 09, 2018 11:57 am
by Ferla
Thanks Qmesar , so I read well. I will change the chips or connect external eeprom.
Ferla