Author |
Message |
Topic: Using largish structures |
JDBoyd
Replies: 6
Views: 6654
|
Forum: General CCS C Discussion Posted: Wed Aug 18, 2010 8:47 pm Subject: Using largish structures |
PCM, I will continue to try to create a short example. Generally, short examples don't want to exhibit the same behavior as the larger program.
To everyone else, I will go through and apply the su ... |
Topic: Using largish structures |
JDBoyd
Replies: 6
Views: 6654
|
Forum: General CCS C Discussion Posted: Tue Aug 17, 2010 6:00 pm Subject: Using largish structures |
I'm having some trouble with using an array, which sounds really stupid. I ran into a similar problem earlier, but I just rearranged things until it started working correctly. Then 2 weeks later, I ... |
Topic: Help with using 2 UART RX interrupts with 18F46J50 |
JDBoyd
Replies: 11
Views: 29951
|
Forum: General CCS C Discussion Posted: Tue Aug 17, 2010 8:03 am Subject: Help with using 2 UART RX interrupts with 18F46J50 |
I'm doing something with the PIC18F25J50, which is in the same family as your part, and I do have TX interrupts working on the second serial port. I'm about to implement RX interrupts but one thing I ... |
Topic: Help with using 2 UART RX interrupts with 18F46J50 |
JDBoyd
Replies: 11
Views: 29951
|
Forum: General CCS C Discussion Posted: Wed Aug 11, 2010 1:13 pm Subject: Help with using 2 UART RX interrupts with 18F46J50 |
I am trying to use both hardware UARTS on a PIC18F46J50 with CCS PCH 4.109, and I want to use RX interupts (INT_RDA and INT_RDA2) with each.
What I'm finding is that INT_RDA works, but INT_RDA2 nev ... |
|