LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interfacing Microchip ICD3 With Labview.


@Ranjeet_Singh wrote:

I tried. its working with IDE but not with command prompt..Can you share your VI in 2011?


Sure, here you go.

0 Kudos
Message 11 of 50
(2,719 Views)

Here is mine. Let me know if any mistake is there

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 12 of 50
(2,712 Views)

After I run your VI. it says "Enter Target power"

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 13 of 50
(2,709 Views)

right, the /V argument needs a spesified voltage, altho this argument is only needed if you don't have an external power supply for the chip your programing.

 

If you don't need the ICD3 to supply power just remove this argument.

 

If you do need it to supply power: Change it to "/V5" or "/V3.3" depending on what voltage your PIC needs. (setting the wrong voltage may damage the PIC)

0 Kudos
Message 14 of 50
(2,700 Views)

When I am programming from ICD then I am using supply from ICD as I dont have power supply. One more thing as soon as I select programmer as ICD3 then status LED glow in ICd but nothing such happens when use LV.

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 15 of 50
(2,698 Views)

After I change to V5 then it asks for enter hex file

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 16 of 50
(2,694 Views)

Added 3.3V supply (Change it to 5V if needed)

 

edit: had a space between /F and the file path, should be work now.

0 Kudos
Message 17 of 50
(2,691 Views)

no it not..Try something else

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 18 of 50
(2,676 Views)

What errors do you get with the last VI i attached?

0 Kudos
Message 19 of 50
(2,674 Views)

It says

 

Device not found

 

Initialize Failed !!!

 

and I channged it to 5.000 later but same thing

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 20 of 50
(2,672 Views)