Author |
Message |
Topic: RS232_ERRORS variable bit definitions |
WillysJeeps
Replies: 3
Views: 7480
|
Forum: General CCS C Discussion Posted: Tue Jun 05, 2012 10:15 am Subject: RS232_ERRORS variable bit definitions |
So to translate the numbers, the errors I'm getting back are 0x90, 0x92, 0x94, 0x96.
I'm using a 18F46K22, which has 2 Enhanced USARTs. This problem is on port #1. I have not tried port #2 to see ... |
Topic: RS232_ERRORS variable bit definitions |
WillysJeeps
Replies: 3
Views: 7480
|
Forum: General CCS C Discussion Posted: Mon Jun 04, 2012 5:43 pm Subject: RS232_ERRORS variable bit definitions |
Does anyone know where I can find the complete definition list for RS232_ERRORS as generated by #USE_RS232(ERRORS, blah blah blah)?
From the manual:
Bit 0:
Bit 1:
Bit 2:
Bit 3:
Bit 4:
Bit 5:
... |
Topic: Push Button and Interrupt problem |
WillysJeeps
Replies: 11
Views: 20369
|
Forum: General CCS C Discussion Posted: Fri May 25, 2012 3:45 pm Subject: Push Button and Interrupt problem |
I think you are missing a } at the end of the main() routine. |
Topic: CCS BOOTLOADER in PIC18f97j60 |
WillysJeeps
Replies: 9
Views: 21916
|
Forum: General CCS C Discussion Posted: Thu May 24, 2012 5:22 pm Subject: CCS BOOTLOADER in PIC18f97j60 |
OK I don't quite understand what's happening in here. My serially transmitted app wants to be written starting at position 0x0000. I setup my hardware for debug break points and am trying to smartly ... |
Topic: CCS BOOTLOADER in PIC18f97j60 |
WillysJeeps
Replies: 9
Views: 21916
|
Forum: General CCS C Discussion Posted: Thu May 24, 2012 3:44 pm Subject: CCS BOOTLOADER in PIC18f97j60 |
Hi -
This seems similar to an issue I'm having.
I too am using the provided sample bootloader code that came with the PCH compiler. I too am using a slightly different PIC18 (F46K22) than t ... |
|