Page 1 of 1

FLASH EEPROM not write

Posted: Mon May 06, 2024 3:40 pm
by hiromiyureei
Good morning everyone, I'm trying to read and write data in the flash, but when I read it always returns 0, where am I wrong, is there anyone who can help me?
I attach the flowcode file
Thank you

Re: FLASH EEPROM not write

Posted: Tue May 07, 2024 2:20 pm
by BenR
Hello,

Looks like the flash access routines for the PIC32 have not yet been implemented. Might be easier for you to use an external EEPROM IC.

I'll see if we can investigate the PIC32 Flash write routines and add this functionality. I imagine it hasn't currently been done because a) it's a tricky task or b) there simply hasn't yet been a requirement for this functionality.