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

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
S_VE
Posts: 38
http://meble-kuchenne.info.pl
Joined: Tue Jan 26, 2021 6:10 am
Has thanked: 51 times
Been thanked: 1 time

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

Post 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
S_V

medelec35
Matrix Staff
Posts: 2076
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 638 times
Been thanked: 697 times

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

Post 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.
Martin

S_VE
Posts: 38
Joined: Tue Jan 26, 2021 6:10 am
Has thanked: 51 times
Been thanked: 1 time

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

Post by S_VE »

Hi Martin,

Thank you so much for all the details.
S_V

Post Reply