Author |
Message |
Topic: program reboots from long function call |
DrDoug
Replies: 5
Views: 7197
|
Forum: General CCS C Discussion Posted: Wed Mar 07, 2012 6:27 pm Subject: program reboots from long function call |
Arrrggghhh!
Ok, I figured out the problem (I guess). I downloaded the code from the chip and discovered that any program data past a certain address (0x2560) wasn't actually programmed into the ch ... |
Topic: program reboots from long function call |
DrDoug
Replies: 5
Views: 7197
|
Forum: General CCS C Discussion Posted: Wed Mar 07, 2012 12:13 pm Subject: program reboots from long function call |
PIC18LF458
CCS v4.084
IDE v8.46
Ok, I can't figure this one out. I am trying to implement a boot sector at the beginning of the program. After completion, the boot sector will jump to a funct ... |
Topic: problem with #ID and hex file |
DrDoug
Replies: 2
Views: 4214
|
Forum: General CCS C Discussion Posted: Wed Feb 22, 2012 10:59 am Subject: problem with #ID and hex file |
Hmmm. I actually don't see how I'm reading this wrong. Sure, the line addresses are offsets; they're offsets from the previous extended address command. ID locations start at 0x20 0000. This code ... |
Topic: problem with #ID and hex file |
DrDoug
Replies: 2
Views: 4214
|
Forum: General CCS C Discussion Posted: Wed Feb 22, 2012 2:10 am Subject: problem with #ID and hex file |
I am writing code for a PIC18F458, using compiler PCH 4.005 (running under Microchip IDE v8.46).
Ok, so I'm trying to use the #ID command to load some data. Easy enough. In my code I have someth ... |
|