Why my Flowcode do not see PickKit 3 on USB port?
-
- Posts: 149
- http://meble-kuchenne.info.pl
- Joined: Tue Oct 19, 2021 9:31 am
- Has thanked: 75 times
- Been thanked: 5 times
Why my Flowcode do not see PickKit 3 on USB port?
I must make *.hex file and after that I use Microchip MPLAB X IPE. This is the way how I can create project with PIC MCU. Is there need new licence to buy or what?
-
- Matrix Staff
- Posts: 1921
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 623 times
- Been thanked: 645 times
Re: Why my Flowcode do not see PickKit 3 on USB port?
Hi.
What you need to do is find where ipecmd.exe is located on your PC.
The default location is
If you have MPLABX v6.00 then the path is:
What you will need to do is select compiler options.
Select PICkit3 IPE External Power from the PIC section.
Select the Programmer tab,
Within Location enter the following assuming you have MPLABX 6.00
Select the Save (disk icon) Enter your own name then select OK
Select the newly saved name and select Default compiler for the platform C for PIC so it's ticked.
after selecting OK, it will hopefully work for you.
No need for new licence, it sounds like a path issue with the default PICkit3 IPE External Power option
What you need to do is find where ipecmd.exe is located on your PC.
The default location is
Code: Select all
C:\Program Files\Microchip\MPLABX\<mplabx_version>\mplab_platform\mplab_ipe
Code: Select all
C:\Program Files\Microchip\MPLABX\v6.00\mplab_platform\mplab_ipe\
Select PICkit3 IPE External Power from the PIC section.
Select the Programmer tab,
Within Location enter the following assuming you have MPLABX 6.00
Code: Select all
C:\Program Files\Microchip\MPLABX\v6.00\mplab_platform\mplab_ipe\ipecmd.exe
Select the newly saved name and select Default compiler for the platform C for PIC so it's ticked.
after selecting OK, it will hopefully work for you.
Martin