Author |
Message |
Topic: FSR Problem |
reash
Replies: 3
Views: 10371
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2012 9:27 am Subject: FSR Problem |
Yes, I know indirect addressing uses both the FSR and the IRP bit. But I didn't think it would _automatically_ try to use anything for the IRP. PADDRESS is just an INT8. The compiler should not aut ... |
Topic: FSR Problem |
reash
Replies: 3
Views: 10371
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2012 7:22 am Subject: FSR Problem |
Hello.
Anyone have any idea why I would get this in the disassembly listing?
3731: FSR = PADDRESS
0072 0846 MOVF 0x46, W
0073 0084 MOVWF 0x4
0074 1 ... |
Topic: Cannot debug PIC24F16KA102: MPLab + CCS compiler + Pickit3 |
reash
Replies: 6
Views: 10143
|
Forum: General CCS C Discussion Posted: Thu Mar 29, 2012 8:13 am Subject: Cannot debug PIC24F16KA102: MPLab + CCS compiler + Pickit3 |
Glad you got it resolved! |
Topic: Problem with Tiny Bootloader - PIC16F1938 |
reash
Replies: 2
Views: 4141
|
Forum: General CCS C Discussion Posted: Thu Mar 29, 2012 5:27 am Subject: Problem with Tiny Bootloader - PIC16F1938 |
I got it all working now for the PIC16F1938. Lots of messing around, but it finally works! |
Topic: Cannot debug PIC24F16KA102: MPLab + CCS compiler + Pickit3 |
reash
Replies: 6
Views: 10143
|
Forum: General CCS C Discussion Posted: Fri Mar 23, 2012 10:56 am Subject: Cannot debug PIC24F16KA102: MPLab + CCS compiler + Pickit3 |
I'd try dropping the "#device ICD=TRUE" and only use the "Build Configuration" as "Debug" in the "Project" menu in MPLAB. |
Topic: Problem with Tiny Bootloader - PIC16F1938 |
reash
Replies: 2
Views: 4141
|
Forum: General CCS C Discussion Posted: Fri Mar 23, 2012 7:34 am Subject: Problem with Tiny Bootloader - PIC16F1938 |
Well, now I have it writing some correct code, but only 1 block of 8 words for every 32 words of memory. So 8 good words, then 24 words of blank memory, then another 8 good words. So it's only writi ... |
Topic: Cannot debug PIC24F16KA102: MPLab + CCS compiler + Pickit3 |
reash
Replies: 6
Views: 10143
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 12:48 pm Subject: Cannot debug PIC24F16KA102: MPLab + CCS compiler + Pickit3 |
Did you try programming your device from the Debugger menu, instead of the Programmer menu? |
Topic: Problem with Tiny Bootloader - PIC16F1938 |
reash
Replies: 2
Views: 4141
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 11:41 am Subject: Problem with Tiny Bootloader - PIC16F1938 |
Hello,
Has anyone tried using the PIC16F1938 with the Tiny Bootloader? I've been successfully using it with code compiled with the CCS compiler for the PIC16F886 for years. Now we need to migrate ... |
|