Author |
Message |
Topic: DEBUG HEX VS RELEASE HEX |
rwalborn
Replies: 5
Views: 13147
|
Forum: General CCS C Discussion Posted: Wed Sep 16, 2015 3:36 pm Subject: DEBUG HEX VS RELEASE HEX |
Thanks for the reply. the reason I asked , is that I have a program that runs connects to usb in debug mode but not in release mode. |
Topic: DEBUG HEX VS RELEASE HEX |
rwalborn
Replies: 5
Views: 13147
|
Forum: General CCS C Discussion Posted: Wed Sep 16, 2015 11:40 am Subject: DEBUG HEX VS RELEASE HEX |
Should the debug hex and release hex files be radically different even those the listing files are almost identical. when comparing the hex files using the file compare tool, there are minor differenc ... |
Topic: #rom statement bug 5.044 |
rwalborn
Replies: 4
Views: 8031
|
Forum: General CCS C Discussion Posted: Mon Apr 13, 2015 2:26 pm Subject: #rom statement bug 5.044 |
I was doing the text string. One more space solved the problem (at least for now).
CCS support only took about 1/2 hour to identify the problem and correct it for the next release. |
Topic: #rom statement bug 5.044 |
rwalborn
Replies: 4
Views: 8031
|
Forum: General CCS C Discussion Posted: Fri Apr 10, 2015 10:15 pm Subject: #rom statement bug 5.044 |
I don't know. I found it while using text string. I have not tried it with anything else. |
Topic: #rom statement bug 5.044 |
rwalborn
Replies: 4
Views: 8031
|
Forum: General CCS C Discussion Posted: Fri Apr 10, 2015 12:51 pm Subject: #rom statement bug 5.044 |
i found a compiler bug in the 5.044 compiler when using the PIC24EP512GU810 processor but it may affect other processors.
I found that if i used a #rom statement like
#ROM char 0X3400 = {"AM ... |
Topic: PIC24EP512GU810 CCS USB and Microchip Bootloader |
rwalborn
Replies: 2
Views: 5670
|
Forum: General CCS C Discussion Posted: Thu Apr 09, 2015 5:40 pm Subject: PIC24EP512GU810 CCS USB and Microchip Bootloader |
I figured out the problem and found a bug in the 5.044 software.
I put a #rom statement in the code that has the firmware revision information. That information is read by the firmware bootloader s ... |
Topic: PIC24EP512GU810 CCS USB and Microchip Bootloader |
rwalborn
Replies: 2
Views: 5670
|
Forum: General CCS C Discussion Posted: Mon Apr 06, 2015 2:55 pm Subject: PIC24EP512GU810 CCS USB and Microchip Bootloader |
I have a puzzling problem.
My main application uses the pic24_usb.c with interrupts to communicate. This appears to work fine.
I have the Microchip HID bootloader with remapped IRQ vectors. ... |
Topic: pic24 usb problem |
rwalborn
Replies: 1
Views: 5032
|
Forum: General CCS C Discussion Posted: Mon Nov 10, 2014 12:44 pm Subject: pic24 usb problem |
I have run into a weird problem using the CCS HID example. Compiler CCS 5.031. I am using USB HID interface to update parameters in a speaker with DSP. I am using interrupts. Now normally , when ... |
|