Page 1 of 1

ICD 3 won't program PIC24FJ128GA010

Posted: Sat Jan 06, 2018 4:48 pm
by keithh534
When i attempt to compile to chip using an ICD 3 programmer and Explorer 16 development board, I get s successful compilation and successful hex file generation and the file is programmed into the chip, but it doesn't work. I've also compiled to hex successfully, but when using MPLAB IPE, I get the same results....successful programming, but doesn't work. I've double-checked the configuration file to ensure it matches the board. I've also configured the compiler options to point to the correct location and parameters.

I've also checked the integrity of the chip and development board by loading a Microchip sample file into the chip. It works.

So, the question is, am I missing something or is it a bug?

FC7 v7.3.0.5
Windows 10 64-bit
MPLABX IDE v4.05
MPLAB IPE v4.05

Re: ICD 3 won't program PIC24FJ128GA010

Posted: Sat Jan 06, 2018 5:13 pm
by kersing
Have you tried a simple blink a led program?

Re: ICD 3 won't program PIC24FJ128GA010

Posted: Sat Jan 06, 2018 8:08 pm
by keithh534
Yes. (see attached)

Re: ICD 3 won't program PIC24FJ128GA010

Posted: Sat Jan 06, 2018 8:40 pm
by QMESAR
Hi
If you are using the Explorer 16 it seems the LEDS ae connected to PORTA and you have PORTD in your Flowchart
So I am confused
Are you using External leds connected to PORTD or are you trying to Switch the LED on the Board ON and OFF ?
it will help if you could give more detail about your setup

Re: ICD 3 won't program PIC24FJ128GA010

Posted: Sun Jan 07, 2018 3:41 pm
by keithh534
Indeed, you are correct!
That's what happens when I look at the PCB instead of the schematic.
Thee LED's are labeled D3-D10.
Doh!
Thank you for catching that!

Re: ICD 3 won't program PIC24FJ128GA010

Posted: Sun Jan 07, 2018 6:17 pm
by QMESAR
Great Happy you got it :D