FlashEEPROM component emulate EEPROM

For general Flowcode discussion that does not belong in the other sections.
BenR
Matrix Staff
Posts: 1739
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: FlashEEPROM component emulate EEPROM

Post by BenR »

Hello,

That component was created by one of our users, the link to the component can be found towards the end of the wiki page. It might be worth downloading and trying their component to see if that works any better.

Here is the wiki page for our component which is the one you're currently using in the project.
https://www.flowcode.co.uk/wiki/index.p ... _(Storage)

I wonder if it's worth simplifying and maybe trying to write and read a few different addresses and seeing what happens. The device can only write two locations at once and so it might be good to see if it's consequtive addresses that are failing.

I also found that the configuration bits to set the flash security are missing from the configuration screen. however checking these it looks like the defaults should allow full reads and writes.

seokgi
Posts: 179
Joined: Thu Dec 03, 2020 1:43 pm
Has thanked: 5 times
Been thanked: 7 times

Re: FlashEEPROM component emulate EEPROM

Post by seokgi »

Thank you .

Thanks for your help, Flash EEPROM works well.

Thank you again.

Post Reply