Page 1 of 1

Using PICKit5 with Flowcode

Posted: Thu Nov 06, 2025 9:02 pm
by mnfisher
Testing a new PICKit5 - and wondered how easy it would be to use a PICKit5 to upload code to a PIC.

Very easy - in the compiler options tab: Select 'programmer':

Then select PICKit3 IPE External Power (or PICKit 4 IPE...)

I needed to point the Location to the ipecmd.exe file (and you'll need to use the version from MPLab-X)

So - I had:
"D:\MPLABX\v6.25\mplab_platform\mplab_ipe\ipecmd.exe"

And change the Parameters change /TPPK3 (or 4) to /TPPK5

Export as a new setting (I chose PICKit5 ext power)

Now program uploads are much quicker - note that the PICKit5 is pin compatible with the '3'.
pk5.png
pk5.png (178.98 KiB) Viewed 9427 times
This is working nicely with a PIC18F46K80 - and is noticeably quicker (and if you want to use MPLab-X it doesn't support the PICKit3)

Are there any issues with this ? - It needs the definition for the particular PIC MCU - and I don't know if these are automatically downloaded - or if you need to create a project in MPLab using the required chip first?

Martin

Re: Using PICKit5 with Flowcode

Posted: Fri Jun 26, 2026 10:33 am
by walbeek
Hello Martin,

Thanks for this tip, this is very helpfull.
It would be even more usefull if Flowcode can switch on the PicKit5 power to the chip.
Does anybody know if this is possible and how that works?

Rinie

Re: Using PICKit5 with Flowcode

Posted: Fri Jun 26, 2026 11:08 am
by Steve-Matrix
I don't have a PicKit5 to be certain, but you should be able to add "/W33" or "/W50" (for 3v3 and 5v power) as a parameter. Hopefully that will work.