FLASH EEPROM not write

For general Flowcode discussion that does not belong in the other sections.
Post Reply
hiromiyureei
Posts: 31
http://meble-kuchenne.info.pl
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

Flowcode v9 FLASH EEPROM not write

Post 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
Attachments
nvm_flash.fcfx
(12.84 KiB) Downloaded 21 times

BenR
Matrix Staff
Posts: 1760
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 447 times
Been thanked: 607 times

Re: FLASH EEPROM not write

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

Post Reply