Page 1 of 1

PIC16F15276 is not listed. Can we modify and use PIC16F15376 chip definition file

Posted: Wed Aug 20, 2025 12:08 pm
by S_VE
Hi Martin,

PIC16F15376 is already in the Flowcode device list.
PIC16F15276 is the strip down version of PIC16F15376. ( please watch the microchip video https://www.youtube.com/watch?v=nHLv3Th-o-s )

So, can we modify and use PIC16F15376 chip definition file.

Thanks

Re: PIC16F15276 is not listed. Can we modify and use PIC16F15376 chip definition file

Posted: Wed Aug 20, 2025 3:19 pm
by medelec35
Hello.
Yes, you can.
Close Flowcode.

If you 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\FCD\PIC\
Copy 16F15375.fcdx and paste so you have 16F15375 - Copy.fcdx
Rename it to 16F15276.fcdx

You will need to edit 16F15376.fcdx and change any text relating to 16F15375 to 16F15276
You can also remove all the top 5 lines that start with <!--
Leave the first 5 lines blank.
After saving, you can start Flowcode and choose 16F15276 as the new target device.
Create test files e.g. Interrupts, PWM, I2C, SP etc.

Re: PIC16F15276 is not listed. Can we modify and use PIC16F15376 chip definition file

Posted: Thu Aug 21, 2025 9:09 am
by S_VE
Hi Martin,

Thank you so much for all the details.