ICD 3 won't program PIC24FJ128GA010

A forums to allow bugs and problems with Flowcode v7 to be reported and resolved.

Moderator: Benj

Post Reply
keithh534
Posts: 55
Joined: Thu Nov 23, 2017 12:21 am
Has thanked: 15 times
Been thanked: 12 times
Contact:

ICD 3 won't program PIC24FJ128GA010

Post 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

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: ICD 3 won't program PIC24FJ128GA010

Post by kersing »

Have you tried a simple blink a led program?
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

keithh534
Posts: 55
Joined: Thu Nov 23, 2017 12:21 am
Has thanked: 15 times
Been thanked: 12 times
Contact:

Re: ICD 3 won't program PIC24FJ128GA010

Post by keithh534 »

Yes. (see attached)
Attachments
Explorer Test.fcfx
(9.03 KiB) Downloaded 187 times

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: ICD 3 won't program PIC24FJ128GA010

Post 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
Attachments
1.jpg
1.jpg (103.38 KiB) Viewed 3532 times

keithh534
Posts: 55
Joined: Thu Nov 23, 2017 12:21 am
Has thanked: 15 times
Been thanked: 12 times
Contact:

Re: ICD 3 won't program PIC24FJ128GA010

Post 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!

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: ICD 3 won't program PIC24FJ128GA010

Post by QMESAR »

Great Happy you got it :D

Post Reply