02-01-2013 11:00 AM
I am able to dump hex files into pic microcontroller using command line utilities that come with MPLAB. But, whenever I have to dump a hex file, I need to go to the ICD3 programmer utility location (in MPLAB directory) and paste the hex file to be loaded there. I tried feeding the address of the hex file in System Exec vi along with other necessary commands but it is unable to track the hex file and displaying an error as "hex file not found"..Is there any way to implement above functionality?
(Sorry I didnt get any replies for this query so I am posting it as a new message)
Solved! Go to Solution.
02-01-2013 11:02 AM
Can you run the same command in a command window? Is it finding the hex file then?
02-04-2013 11:10 PM
No...that is not working either..!!
02-04-2013 11:40 PM
Oh finally i got it...!!
In order to open a folder/file with <space> in its name, I have to put the entire address in double quotes:"<address>" to make it run using command line..:)
05-10-2013 04:43 AM
10-09-2013 03:35 AM
Can you tell where is this command line? I do need same thing
10-09-2013 04:21 AM
Where I can get this command line arguments. How you make sure this programmed properly.
11-05-2013 09:44 PM
You can find it here:
Hope this helps..!
11-05-2013 09:57 PM
here is what I tried.
http://forums.ni.com/t5/LabVIEW/Command-line-arguemts-expansion-at-run-time/td-p/2593047
I am using this for mass programming. Hence I am doing this using batch mode.
Can you help me out in this?
11-05-2013 10:06 PM
Are you planning to use multiple programmersc(ICD3, Real ICE etc) together for programming or a single programmer with pipelining operation (programming single device at a time)?
Also, do you want to program same type of PIC devices?