PIC16F15xx Family support

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
celebriums
Posts: 10
http://meble-kuchenne.info.pl
Joined: Fri Dec 18, 2020 7:33 am
Has thanked: 7 times

PIC16F15xx Family support

Post by celebriums »

Dear Ben and administrators of the Flowcode family, warm greetings to everyone from Istanbul.

Today I will do a project and I want to use PIC16F1516 in this project.
Previously this processor was supported in older versions of Flowcode.

https://www.matrixtsl.com/mmforums/view ... hp?t=11101

However, I could not see this processor support in Flowcode 9.

Can you please add these files?

Thank you everyone in advance.

celebriums
Posts: 10
Joined: Fri Dec 18, 2020 7:33 am
Has thanked: 7 times

Re: PIC16F15xx Family support

Post by celebriums »

I have created an FCD file regarding this issue, but due to a mismatch in the CRC code, FLOWCODE is unable to read this file.

I urgently need your help with this matter.

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 71 times
Been thanked: 217 times

Re: PIC16F15xx Family support

Post by LeighM »

Try deleting the header from the fcd file, down to just before the <root> tag

celebriums
Posts: 10
Joined: Fri Dec 18, 2020 7:33 am
Has thanked: 7 times

Re: PIC16F15xx Family support

Post by celebriums »

Unfortunately it didn't happen. I guess the CRC isn't the only protection.
Attachments
Snap 2023-11-30 at 08.25.19.png
Snap 2023-11-30 at 08.25.19.png (149.43 KiB) Viewed 2786 times

medelec35
Matrix Staff
Posts: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: PIC16F15xx Family support

Post by medelec35 »

Hello.
Would you like to try this fcdx file?
Browse to this location using File Explorer, it's hidden by default so just paste the link into your address bar.

Code: Select all

C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\PIC\
If Flowcode is already open, then you will need to reload your project.
If you run any component updates, then the fcdx you added will be overwritten.

Note: you won't see any data within the fields when selecting 16F1516.
Attachments
16F1516.fcdx
(18.3 KiB) Downloaded 115 times
Martin

celebriums
Posts: 10
Joined: Fri Dec 18, 2020 7:33 am
Has thanked: 7 times

Re: PIC16F15xx Family support

Post by celebriums »

Currently the code is working properly. Thank you for your quick support.




I just noticed that the following line is different, will this cause a problem in the future?

Your Code
268: <start code='\nvoid main()\n{\n\t#ifdef INTOSCHELPER\n\t\t\tINTOSCHELPERCODE\n\t#endif\n\n\n\n' />

Original:
268: <start code='\nvoid main()\n{\n' />
Attachments
Snap 2023-11-30 at 15.56.21.png
Snap 2023-11-30 at 15.56.21.png (342.4 KiB) Viewed 2768 times

medelec35
Matrix Staff
Posts: 1451
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 512 times
Been thanked: 472 times

Re: PIC16F15xx Family support

Post by medelec35 »

Hello.
You're welcome.
I have not edited that line.
The one you are comparing with is from a much older version of Flowcode.
The fcdx file I posted is for FC9.
Martin

Post Reply