Page 1 of 1

Serial EEPROM is not work after FC10 update.

Posted: Mon Jul 03, 2023 1:48 pm
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.

Re: Serial EEPROM is not work after FC10 update.

Posted: Mon Jul 03, 2023 1:50 pm
by seokgi
It worked fine before the FC10 update.

Re: Serial EEPROM is not work after FC10 update.

Posted: Mon Jul 03, 2023 1:52 pm
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?

Re: Serial EEPROM is not work after FC10 update.

Posted: Wed Jul 12, 2023 6:35 am
by seokgi
Thank you for your hard work.
When will the I2C and SPI issues be resolved?