Set up pickit v3 using flowcode v8.1

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
astro1234
Posts: 50
Joined: Mon Apr 10, 2017 12:53 pm
Has thanked: 39 times
Been thanked: 13 times
Contact:

Set up pickit v3 using flowcode v8.1

Post by astro1234 »

Hi,
Would like to set up pickit v3 ,using flowcode v8.1.
What parameters do i need to set up in the compiler section to use pickit v3.
Have mplabx v4.20 already installed.
Regards Roy.

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Set up pickit v3 using flowcode v8.1

Post by medelec35 »

Hi Roy,
Have you been to here?
Just scroll down to

Code: Select all

PICkit3 - IPE (NEW)
Martin

astro1234
Posts: 50
Joined: Mon Apr 10, 2017 12:53 pm
Has thanked: 39 times
Been thanked: 13 times
Contact:

Re: Set up pickit v3 using flowcode v8.1

Post by astro1234 »

Thank you, on my way there.will report back :)
Regards Roy.

Ok tried that but errors
.
Errors i am getting in flowcode v8.1
C:\Program Files (x86)\Microchip\MPLABX\v4.20\mplab_platform\mplab_ipe\ipecmd.exe /P16F690 /F"C:\FLOWCO~1\Pickit_01.hex" /TPPK3 /M /OL/W5

Target device was not found (could not detect target voltage VDD). You must connect to a target device to use PICkit 3.
Connected to microchip low count demo board. pickit v3 works ok using mplab x 4.20

Ccompiler settings.
C:\Program Files (x86)\Microchip\MPLABX\v4.20\mplab_platform\mplab_ipe\ipecmd.exe

parameters settings.
/P$(chip) /F"$(outdir)$(target).hex" /TPPK3 /M /OL/W5

programmer settings.
C:\Program Files (x86)\Flowcode\Common\Compilers\pic\bin\xc8.exe

parameters settings.
-chip $(chip:u) "$(outdir)$(target).hex"

So mplab x v4.2 works ok, but can not get it working in flowcode v8.1, are my settings correct or not,?
Thanks for looking.
Regards Roy.

Post Reply