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.
PIC16F15xx Family support
-
- Posts: 42
- http://meble-kuchenne.info.pl
- Joined: Fri Dec 18, 2020 7:33 am
- Has thanked: 23 times
- Been thanked: 7 times
-
- Posts: 42
- Joined: Fri Dec 18, 2020 7:33 am
- Has thanked: 23 times
- Been thanked: 7 times
Re: PIC16F15xx Family support
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.
I urgently need your help with this matter.
-
- Posts: 42
- Joined: Fri Dec 18, 2020 7:33 am
- Has thanked: 23 times
- Been thanked: 7 times
Re: PIC16F15xx Family support
Unfortunately it didn't happen. I guess the CRC isn't the only protection.
- Attachments
-
- Snap 2023-11-30 at 08.25.19.png (149.43 KiB) Viewed 6477 times
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: PIC16F15xx Family support
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.
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.
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 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 605 times
Martin
-
- Posts: 42
- Joined: Fri Dec 18, 2020 7:33 am
- Has thanked: 23 times
- Been thanked: 7 times
Re: PIC16F15xx Family support
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' />
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 (342.4 KiB) Viewed 6459 times
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: PIC16F15xx Family support
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.
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