Page 3 of 3

Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10

Posted: Mon May 19, 2025 9:50 pm
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

Re: Multiple Functional Issues with PIC16F18444 in Flowcode 10

Posted: Mon May 19, 2025 9:53 pm
by medelec35
Hi Fernando that's great.
Thanks for letting me know.
Is there any other issues outstanding for you?