Multiple Functional Issues with PIC16F18444 in Flowcode 10

Any bugs you encounter with Flowcode should be discussed here.
CamargoF
Posts: 17
http://meble-kuchenne.info.pl
Joined: Tue Mar 16, 2021 9:47 pm
Has thanked: 6 times

Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10

Post by CamargoF »

medelec35 wrote:
Sun May 18, 2025 7:04 pm
Browse to this location using file explorer, it's hidden by default so just paste the link into your address bar.

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV10\CAL\PIC
Place the attached C file.
you will need to reload your project file for the fix to take place.
If you run any library updates, then the PIC_CAL_EEPROM.c you added will be overwritten, so it will stop working again (unless the PIC_CAL_EEPROM.c update has been pushed).

Note. the PIC_CAL_EEPROM.c will not be pushed with the latest update for the Q series yet as there are issue outstanding with EEPROM for those devices
Dear Martin,

I replaced the PIC_CALL_EEPROM.c file in the folder:

Code: Select all

 "C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\PIC" 
I'm happy to report that it works — I am now able to successfully read from and write to the EEPROM on the PIC16F18444.

Thank you very much for your help and support throughout this process.

Please feel free to close this issue.

Best regards,

Fernando

medelec35
Matrix Staff
Posts: 1946
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 623 times
Been thanked: 655 times

Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10

Post by medelec35 »

Hi Fernando that's great.
Thanks for letting me know.
Is there any other issues outstanding for you?
Martin

Post Reply