Hello all, I am unable to load a .hex file for simple blinking example using MPLAB ICD3 programmer. Partial response from MPLAB_IPE is given below.
program memory Address: 1d6 Expected Value: ff Received Value: 0 Failed to program device
A similar blink program generated with MPLAB_IDE works properly. Kindly help.
Thanks, Yogesh.
Interesting. I dont have a J94 here but this works in the sim.
#chip 18F97J94 #option Explicit dir porta.1 out do lata.1 = !lata.1 wait 100 ms loop
Hi Anobium, the above code is getting compiled but still fails to load with MPLAB_IPE. Thanks.
What version of Great Cow BASIC you using? Look at the top of the ASM file.
Also, attach your source program.
I need more information - cheers.
Log in to post a comment.
Hello all,
I am unable to load a .hex file for simple blinking example using MPLAB ICD3 programmer. Partial response from MPLAB_IPE is given below.
program memory
Address: 1d6 Expected Value: ff Received Value: 0
Failed to program device
A similar blink program generated with MPLAB_IDE works properly.
Kindly help.
Thanks,
Yogesh.
Interesting. I dont have a J94 here but this works in the sim.
Hi Anobium, the above code is getting compiled but still fails to load with MPLAB_IPE.
Thanks.
What version of Great Cow BASIC you using? Look at the top of the ASM file.
Also, attach your source program.
I need more information - cheers.