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
PIC16F15276 is not listed. Can we modify and use PIC16F15376 chip definition file
-
- Posts: 38
- http://meble-kuchenne.info.pl
- Joined: Tue Jan 26, 2021 6:10 am
- Has thanked: 51 times
- Been thanked: 1 time
-
- Matrix Staff
- Posts: 2076
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 638 times
- Been thanked: 697 times
Re: PIC16F15276 is not listed. Can we modify and use PIC16F15376 chip definition file
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.
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.
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\
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