Serial EEPROM is not work after FC10 update.

For general Flowcode discussion that does not belong in the other sections.
Post Reply
seokgi
Posts: 217
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 1:43 pm
Has thanked: 6 times
Been thanked: 7 times

Flowcode v10 Serial EEPROM is not work after FC10 update.

Post by seokgi »

Serial EEPROM is not work after FC10 update.

I am using PIC24FJ512GA606.
Pin assignments are not correct after update.
After updating, the pin designation (A15, A14) changes as shown below. So change B14 and B15 and save.
However, if you load it again after saving, the pin designation is changed to A15, A14.

And the value is not read after compiling.
Attachments
EEPROM1.jpg
EEPROM1.jpg (61.46 KiB) Viewed 1674 times
EEPROM2.png
EEPROM2.png (31.92 KiB) Viewed 1674 times

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

Re: Serial EEPROM is not work after FC10 update.

Post by seokgi »

It worked fine before the FC10 update.

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: Serial EEPROM is not work after FC10 update.

Post by BenR »

Hello,

We're aware of a bug to do with software I2C, SPI pin connections on the ESP32 device. We're currently looking into it. Looks like some of the PICs are also effected.

One quick fix for the ESP is to flip the channel to hardware and then back to software and hopefully this will reassign the pins correctly. This mifght not work for the PIC device as not all pins can be remappable hardware pins like they can on ESP.

If you assign the pins as they should be then does the code then work correctly?

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

Re: Serial EEPROM is not work after FC10 update.

Post by seokgi »

Thank you for your hard work.
When will the I2C and SPI issues be resolved?

Post Reply