Page 1 of 1

Set up pickit v3 using flowcode v8.1

Posted: Sun Nov 18, 2018 7:51 pm
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.

Re: Set up pickit v3 using flowcode v8.1

Posted: Sun Nov 18, 2018 8:30 pm
by medelec35
Hi Roy,
Have you been to here?
Just scroll down to

Code: Select all

PICkit3 - IPE (NEW)

Re: Set up pickit v3 using flowcode v8.1

Posted: Mon Nov 19, 2018 12:19 pm
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.