Author |
Message |
Topic: Need more than 2 Uarts? |
burnsy
Replies: 6
Views: 6269
|
Forum: General CCS C Discussion Posted: Sun Oct 19, 2008 12:27 am Subject: Need more than 2 Uarts? |
Well, there's a few good suggestions there that I'll be looking into myself.
I like the I2C solution by NXP, although being old-school I would really still like to use 5V and through-hole parts.
... |
Topic: Need more than 2 Uarts? |
burnsy
Replies: 6
Views: 6269
|
Forum: General CCS C Discussion Posted: Sat Oct 11, 2008 7:51 pm Subject: Need more than 2 Uarts? |
Hi There,
I'm currently working on a project where I have about 4 serial devices (1 swipe reader, 1 VGA controller, 1 GSM module and a serial keypad)connected to my 16F877 based controller board.
... |
Topic: 18f EEPROM problems solved yet? |
burnsy
Replies: 9
Views: 14559
|
Forum: General CCS C Discussion Posted: Tue Jul 19, 2005 2:14 am Subject: 18f EEPROM problems solved yet? |
Ripper Mark,
thanks very much. I know it was an old post. I looked and looked but could not find it.
cheers,
jason |
Topic: Can Bus |
burnsy
Replies: 2
Views: 5708
|
Forum: General CCS C Discussion Posted: Mon Jun 20, 2005 3:56 pm Subject: Can Bus |
Hi everyone,
this is slightly off topic, but...
Would anyone know if it is possible for the CAN bus RX interrupt be used to detect one byte at a time, the same way that the onboard UART can? I w ... |
Topic: 18f EEPROM problems solved yet? |
burnsy
Replies: 9
Views: 14559
|
Forum: General CCS C Discussion Posted: Sun Jun 05, 2005 8:14 pm Subject: 18f EEPROM problems solved yet? |
Hi Mark,
do you know where your earlier post regarding 18F internal eeprom writing is located? I have looked, but can't seem to find it anywhere.
I am having dramas writing myself. Hanging, and ... |
Topic: 18F452 hangs/behaves badly with addition of code, |
burnsy
Replies: 3
Views: 6158
|
Forum: General CCS C Discussion Posted: Tue May 31, 2005 3:35 am Subject: 18F452 hangs/behaves badly with addition of code, |
Thanks for your help guys. I managed to fix the problem. The functions in the files I was adding were not being called by me, BUT on eof them must have been called by the compiler. here it is.
#in ... |
Topic: 18F452 hangs/behaves badly with addition of code, |
burnsy
Replies: 3
Views: 6158
|
Forum: General CCS C Discussion Posted: Mon May 30, 2005 6:04 pm Subject: 18F452 hangs/behaves badly with addition of code, |
I'm know this has been listed on this forum previously, but I have a slightly different question after my explanation. The code is too long to post.
I am running a 18F452 at 4Mhz, no ICD. Code is u ... |
Topic: 18F software uart interferes with hardware uart |
burnsy
Replies: 4
Views: 5979
|
Forum: General CCS C Discussion Posted: Wed May 25, 2005 2:37 am Subject: 18F software uart interferes with hardware uart |
Turned out to be the compiler Mark. 3.209 works perfectly
now is there anysuggestions about I2C (grin)... |
Topic: Software uart2 - Cant call function |
burnsy
Replies: 3
Views: 5315
|
Forum: General CCS C Discussion Posted: Wed May 25, 2005 2:33 am Subject: Software uart2 - Cant call function |
Hi everyone,
turned out to be the compiler. 3.209 works perfectly |
Topic: Software uart2 - Cant call function |
burnsy
Replies: 3
Views: 5315
|
Forum: General CCS C Discussion Posted: Tue May 24, 2005 6:56 am Subject: Software uart2 - Cant call function |
Stack space seems to be ok. List files says level 5 + 2 for interrupts. The call that doesn't seem to work is only 3 function calls into the stack, I think?
If you saw my other post RE comms proble ... |
Topic: 18F software uart interferes with hardware uart |
burnsy
Replies: 4
Views: 5979
|
Forum: General CCS C Discussion Posted: Tue May 24, 2005 6:51 am Subject: 18F software uart interferes with hardware uart |
After your suggestion, I tried streams. I like that idea better (than the multiple #use statements), but didn't change anything. Add one too many printf statements and no comms.. damn it..
I was al ... |
Topic: Software uart2 - Cant call function |
burnsy
Replies: 3
Views: 5315
|
Forum: General CCS C Discussion Posted: Mon May 23, 2005 6:58 am Subject: Software uart2 - Cant call function |
Problem 2
After invoking a software uart with the #use statement, I can use the putc() function to pass a char to a seriaL printer. However, if I call a function with a putc() in it, it doesn't wor ... |
Topic: 18F software uart interferes with hardware uart |
burnsy
Replies: 4
Views: 5979
|
Forum: General CCS C Discussion Posted: Mon May 23, 2005 6:46 am Subject: 18F software uart interferes with hardware uart |
Here's and interesting one. I recently made the change from a 16F877 to 18F452. With a little help from this forum, a few port address changes and my whole program ported accross nicely.
However, I ... |
Topic: 18F452 Just won't fire up |
burnsy
Replies: 4
Views: 6860
|
Forum: General CCS C Discussion Posted: Thu May 19, 2005 11:47 pm Subject: Thanks |
Thanks for your help everyone. The code snippet Pcm Programmer worked first time. Now to try and get the rest going.
Thanks again |
Topic: 18F452 Just won't fire up |
burnsy
Replies: 4
Views: 6860
|
Forum: General CCS C Discussion Posted: Sun May 08, 2005 2:30 pm Subject: 18F452 Just won't fire up |
Hi, I have extensive experience with the 16F series, but just can't get my 18F452 to go. Does anyone have a SIMPLE program, that might toggle a port pin, so I can see it operate?
I am using it in a ... |
|