Page 1 of 1
PickIT3 not selectable
Posted: Fri Jan 22, 2021 3:29 pm
by alanwms
When selecting Pickit 3, it does select, but when reopening the dialog, it seems to have defaulted back to pickit 2.
The compiler indicates that pickit 2 is not found. This is the reason I explored the selection.
What to do?
Re: PickIT3 not selectable
Posted: Fri Jan 22, 2021 3:50 pm
by medelec35
With PICkit3 selected,
Does the default compiler tick stay ticked for PICkit3 or unticks itself and tick has changed to PIkit2?

- PICkit3.png (63.49 KiB) Viewed 6669 times
Re: PickIT3 not selectable
Posted: Fri Jan 22, 2021 10:25 pm
by alanwms
It looks to be selected - I tried others too, but the system remained as PICKIt 2. I did try the PIC tree, but my first attempt was the 16 bit since I am using a 16 bit device.
I hit the "Default Compiler for platform PIC16" and it seems to stay on Pickit3.
Not so clear -Anyhow, I can't get the pickit3 to run. ERROR: GetShortPathName(): The system cannot find the path specified.
I think I understand that the pickit 3 is supposed to be in a path, but I don't find that path. I thought it was a simple USB driver thing.
Re: PickIT3 not selectable
Posted: Sat Jan 23, 2021 12:11 am
by medelec35
What I do is add my own PIKkit3 entry with the path of where ipecmd.exe is located.
For example, if MPLABX version is 5.45 then you need programmer location as:
C:\Program Files\Microchip\MPLABX\v5.45\mplab_platform\mplab_ipe\ipecmd.exe:

- PICkit3 settings.png (54.39 KiB) Viewed 6655 times
Re: PickIT3 not selectable
Posted: Sat Jan 23, 2021 12:18 pm
by mnfisher
This worked okay in v8 - but doesn't seem to in v9 (at least changing USBTINY to USBasp doesn't work - at least in Arduino land
Martin