[SOLVED] IPECMD - Can not Powered with PICKit 4

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
User avatar
Furivax
Posts: 5
Joined: Fri May 18, 2018 7:18 pm
Location: Belfort - France
Has thanked: 1 time
Been thanked: 6 times
Contact:

[SOLVED] IPECMD - Can not Powered with PICKit 4

Post by Furivax »

Hi everyone,

I want to program a chip with a PICKit 4 like this PICKit 3 exemple.

But IPECMD don't want to apply /W parameter and display this error :
The configuration is set for the target board to supply its own power but no voltage has been detected on VDD. Please ensure you have your target powered up and try again.
Connection Failed.
This is my command line (BUR181413665 is my PICKit 4 serial number) :
C:\Program Files (x86)\Microchip\MPLABX\v4.15\mplab_ipe\ipecmd.exe /P12F683 /F"C:\test\Flowcode1.hex" -TSBUR181413665 /M /OL /W5
I tryed without success : /W /W5 -W5 /W5.0 /W5.00 /W5.000 /W5.0000 /W"5"

Please note that I have no problem with the IPE GUI.

Do you have a solution for me ?

Thank you.
Last edited by Furivax on Fri Jun 08, 2018 7:27 am, edited 1 time in total.

User avatar
Furivax
Posts: 5
Joined: Fri May 18, 2018 7:18 pm
Location: Belfort - France
Has thanked: 1 time
Been thanked: 6 times
Contact:

Re: IPECMD - Can not Powered with PICKit 4

Post by Furivax »

Matrix staff, do you have a privileged relation with Microchip to report this bug ?

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: IPECMD - Can not Powered with PICKit 4

Post by kersing »

Have you tried the Microchip forums? Or even logging a support call with Microchip?
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

User avatar
Furivax
Posts: 5
Joined: Fri May 18, 2018 7:18 pm
Location: Belfort - France
Has thanked: 1 time
Been thanked: 6 times
Contact:

Re: IPECMD - Can not Powered with PICKit 4

Post by Furivax »

I have tried to post a new thread to the Microchip forums but my post never been accepted.
I have tried to sent an e-mail to PICkit4_update@microchip.com but I haven't received response.

I hope version 4.20 will fix this bug.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: IPECMD - Can not Powered with PICKit 4

Post by Benj »

Hello,

We can certainly ask the question for you but it will likely end up on the standard support email as we generally deal with the marketing/sales side of the company. I have a PICkit 4 here but haven't yet been able to put it through its paces. Hopefully I can find some time soon to have a play and document what is required.

The microchip forums can take a while to refresh, probably due to anti spam reasons.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: IPECMD - Can not Powered with PICKit 4

Post by Benj »

Hello,

Looking on the Microchip forums it appears we have to wait for MPLABX 4.20 to be released. It was pencilled in for April so hopefully it's coming soon.

User avatar
Furivax
Posts: 5
Joined: Fri May 18, 2018 7:18 pm
Location: Belfort - France
Has thanked: 1 time
Been thanked: 6 times
Contact:

Re: [SOLVED] IPECMD - Can not Powered with PICKit 4

Post by Furivax »

MPLABX v4.20 solved the problem.

New location : C:\Program Files (x86)\Microchip\MPLABX\v4.20\mplab_platform\mplab_ipe\ipecmd.exe
New PICKit 4 parameter : /TPPK4
Powered externally
Location : C:\Program Files (x86)\Microchip\MPLABX\v4.20\mplab_platform\mplab_ipe\ipecmd.exe
Parameters : /P$(chip) /F"$(outdir)$(target).hex" /TPPK4 /M /OL

Powered via the PICKit
Location : C:\Program Files (x86)\Microchip\MPLABX\v4.20\mplab_platform\mplab_ipe\ipecmd.exe
Parameters - Powered at 3V3 : /P$(chip) /F"$(outdir)$(target).hex" /TPPK4 /M /OL /W3.3
Parameters - Powered at 5V : /P$(chip) /F"$(outdir)$(target).hex" /TPPK4 /M /OL /W5

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: [SOLVED] IPECMD - Can not Powered with PICKit 4

Post by Benj »

That's brilliant thanks for posting and for providing the details.

I have now added this information to the 3rd party programming tools section of the wiki.

https://www.matrixtsl.com/wiki/index.ph ... ming_Tools

Post Reply