Pickit 2 and Flowcode 5
Moderator: Benj
Pickit 2 and Flowcode 5
Hi, cant seem to get this program right.
Have had to reinstall flowcode 5 onto a new laptop.Windows 8.1 64 bit.
I.ve attached the flowchart and error and hope somebody can point out where I went wrong.Thanks a lot.
Have had to reinstall flowcode 5 onto a new laptop.Windows 8.1 64 bit.
I.ve attached the flowchart and error and hope somebody can point out where I went wrong.Thanks a lot.
- Attachments
-
- pickit 2 setup 5.png
- (189.64 KiB) Downloaded 3422 times
-
- SETUP LIGHT1.fcf
- (8.5 KiB) Downloaded 424 times
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Pickit 2 and Flowcode 5
Hello,
Some antivirus software will flag files with two or more . in the filename as viruses or malware and get rid of them. Maybe check your antivirus and see if the mentioned files are where they should be.
e.g.
libc.pic16.lib
rand.pic16.lib
Some antivirus software will flag files with two or more . in the filename as viruses or malware and get rid of them. Maybe check your antivirus and see if the mentioned files are where they should be.
e.g.
libc.pic16.lib
rand.pic16.lib
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
Hi John,
It looks like path settings of Linker within compiler options are wrong, they don't match!
If you look at your screen shot you will see both C:\Program Files (x86)\ and C:\Program Files\ are both used.
Could that be the issue?
My path for 64 bit windows for the linker settings are:
Location
Parameters
It looks like path settings of Linker within compiler options are wrong, they don't match!
If you look at your screen shot you will see both C:\Program Files (x86)\ and C:\Program Files\ are both used.
Could that be the issue?
My path for 64 bit windows for the linker settings are:
Location
Code: Select all
C:\Program Files (x86)\Flowcode\v5\Tools\boostc\boostlink_pic.exe
Code: Select all
-ld "C:\Program Files (x86)\Flowcode\v5\Tools\BoostC\lib" libc.pic16.lib rand.pic16.lib float.pic16.lib "%f.obj" -t PIC%p -d "%d" -p "%f"
Martin
Re: Pickit 2 and Flowcode 5
Hi Martin, tried changing the settings to what you use but to no avail.What I dont understand is that I used a program from about a year ago that did work but now does not. Different laptop but same software and pickit 2 programmer. Any ideas?
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
Is laptop 32 or 64bit windows?
Can you post within code option all the compiler message.
Can you post within code option all the compiler message.
Martin
Re: Pickit 2 and Flowcode 5
Hi Martin, not sure where I find the CODE OPTION within compiler. I have however done screen grabs of various compiler and programmer settings in the hope they will help with the issue.
Could I ask what programmer could I upgrade to for Flowcode 5. As I am still an absolute beginner I cant justify upgrading Flowcode 5 yet.I will however be getting a new laptop running Windows 10 soon. Thanks a lot.
Could I ask what programmer could I upgrade to for Flowcode 5. As I am still an absolute beginner I cant justify upgrading Flowcode 5 yet.I will however be getting a new laptop running Windows 10 soon. Thanks a lot.
- Attachments
-
- Compiler Options-Compiler.jpg (54.77 KiB) Viewed 18324 times
-
- CHIP Config.jpg (51.07 KiB) Viewed 18324 times
-
- Cannot find File -Error message.jpg (25.7 KiB) Viewed 18324 times
Re: Pickit 2 and Flowcode 5
Some more screen grabs..........
- Attachments
-
- Compiler OptionsProgrammer.jpg (80.03 KiB) Viewed 18324 times
-
- Compiler Options-Linker-Assembler.jpg (59.87 KiB) Viewed 18324 times
Re: Pickit 2 and Flowcode 5
Hi Martin,just so I dont waste your time I have resolved the hex issue in the last 5 minutes.Now "dont have connected cable"
Let me work on it for a while and if you dont mind I'll get back to you if I cant resolve it.
Thanks a lot.....John
Let me work on it for a while and if you dont mind I'll get back to you if I cant resolve it.
Thanks a lot.....John
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
That's great!JDR04 wrote:I dont waste your time I have resolved the hex issue in the last 5 minutes.
Thanks for letting us know.
So you changed all the Program Files to Program Files (x86) within programmer settings as well?
Strange how there is a mixture, unless you manually copied and paste settings?
Martin
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
Not to me as it should know you are using 64bit windows.JDR04 wrote:I used the DEFAULT setting at the options list window.Make any sense to you?
Unless the Flowcode folder was copied and pasted, rather than installed?
Martin
Re: Pickit 2 and Flowcode 5
Nope, I installed it using my original disc. Now I've got USB CABLE CONNECTED error which I need help with please. Have attached the program.Many thanks.
- Attachments
-
- SETUP LIGHT1.fcf
- (8.5 KiB) Downloaded 384 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
I have a suggestion.
Make sure flowcode is not running.
Run regedit.
Delete HKEY_CURRENT_USER\Software\MatrixMM\FlowcodeV5 key.
Uninstall Flowcode V5.
Download Flowcode V5.5 installer
Install Flowcode V5.5.
If installed from the disc then it's probably out of date, hence the issues you are facing?
When I select help and about, my version is: What is your version?
Make sure flowcode is not running.
Run regedit.
Delete HKEY_CURRENT_USER\Software\MatrixMM\FlowcodeV5 key.
Uninstall Flowcode V5.
Download Flowcode V5.5 installer
Install Flowcode V5.5.
If installed from the disc then it's probably out of date, hence the issues you are facing?
When I select help and about, my version is: What is your version?
Martin
Re: Pickit 2 and Flowcode 5
Hi Martin,it does appear to be out of date. I've attached a screen grab for your perusal.Thanks a lot
- Attachments
-
- Flowcode 5-Version Screen.png
- (70.73 KiB) Downloaded 3272 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
I thought that maybe the case.
Can you let me know how it goes if you try my suggestions please?
Can you let me know how it goes if you try my suggestions please?
Martin
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
Wow, can't let i get in the way of rugby!
My cousin is a huge rugby fan and she would have told me off if I suggested to try during rugby.
My cousin is a huge rugby fan and she would have told me off if I suggested to try during rugby.

Martin
Re: Pickit 2 and Flowcode 5
Can only find something to do with flowcode on this path
HKEY_CURRENT_USER
> Software > a file with Flowcode v4, flowcode v5 and PPPv3
I assume this is the one you want me to delete? The whole file or just the v5 part?
HKEY_CURRENT_USER
> Software > a file with Flowcode v4, flowcode v5 and PPPv3
I assume this is the one you want me to delete? The whole file or just the v5 part?
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Pickit 2 and Flowcode 5
Hi Martin, deleted as you suggested and then re-installed off your link. Installation went well with no hitches. Have not tried to program chip with pickit 2 yet.Will give it a bash later and let you know
Re: Pickit 2 and Flowcode 5
Still got error message of USB CABLE NOT CONNECTED.
Have attached the program for your perusal.Thanks again.
Have attached the program for your perusal.Thanks again.
- Attachments
-
- SETUP LIGHT1.fcf
- (8.5 KiB) Downloaded 366 times