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.
Serial EEPROM is not work after FC10 update.
-
- Posts: 217
- http://meble-kuchenne.info.pl
- Joined: Thu Dec 03, 2020 1:43 pm
- Has thanked: 6 times
- Been thanked: 7 times
Serial EEPROM is not work after FC10 update.
- Attachments
-
- EEPROM1.jpg (61.46 KiB) Viewed 1675 times
-
- EEPROM2.png (31.92 KiB) Viewed 1675 times
-
- 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.
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?
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?
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel