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.
Set up pickit v3 using flowcode v8.1
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Set up pickit v3 using flowcode v8.1
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.

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.