Author |
Message |
Topic: Example PCD bootloader doesn't work PIC 24 |
OA_mattm
Replies: 6
Views: 14670
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2017 5:16 pm Subject: Example PCD bootloader doesn't work PIC 24 |
Actually, nevermind. Sorry to waste your time. My interrupts are working now with the exact code I posted. I made a change to the bootloader as an experiment and forgot to change it back.
You have ... |
Topic: Example PCD bootloader doesn't work PIC 24 |
OA_mattm
Replies: 6
Views: 14670
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2017 4:56 pm Subject: Example PCD bootloader doesn't work PIC 24 |
Can you whittle it down to a small example application (That is compilable) where an interrupt doesn't work? Just a basic main with one interrupt. Verify that doesn't work and post the code.
Theo ... |
Topic: Example PCD bootloader doesn't work PIC 24 |
OA_mattm
Replies: 6
Views: 14670
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2017 4:26 pm Subject: Example PCD bootloader doesn't work PIC 24 |
Actually now, in my actual application (not just the dummy application that I posted to get the bootloader working), none of my interrupts work. Do I need to modify the linker scripts to get that goin ... |
Topic: Example PCD bootloader doesn't work PIC 24 |
OA_mattm
Replies: 6
Views: 14670
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2017 3:50 pm Subject: Example PCD bootloader doesn't work PIC 24 |
I might be just missing it, but I don't see where you included the bootloader header in your application code. The bootloader code correctly has it, but I don't see it in the application. That file ... |
Topic: Example PCD bootloader doesn't work PIC 24 |
OA_mattm
Replies: 6
Views: 14670
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2017 2:05 pm Subject: Example PCD bootloader doesn't work PIC 24 |
PIC: 24FJ256GB206
CCS version:
IDE Version 5.062
PCD Version 5.062
I'm attempting to use the ex_pcd_bootloader.c program in PICC\Examples and no matter what I try, my application will ... |
|