Author |
Message |
Topic: Send array of bytes via UART as a packet w/ 1 start bit |
kahnm
Replies: 5
Views: 14461
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2019 12:58 pm Subject: Send array of bytes via UART as a packet w/ 1 start bit |
To all that responded - Thank You very much. After reading your responses it occurred to me that my thinking was not to clear about how the bytes were being transferred. This caused me to focus mo ... |
Topic: Send array of bytes via UART as a packet w/ 1 start bit |
kahnm
Replies: 5
Views: 14461
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2019 12:48 am Subject: Send array of bytes via UART as a packet w/ 1 start bit |
I need to send an array of bytes, which may contain zeros in the array, using one of the UARTS. I want to send it as a packet with a single start bit to start the packet. If I use putc then each b ... |
Topic: PIC18F26K80 strange delay_ms() problem |
kahnm
Replies: 3
Views: 7159
|
Forum: General CCS C Discussion Posted: Fri Dec 19, 2014 1:09 pm Subject: PIC18F26K80 strange delay_ms() problem |
Took out the watchdog and that solved it.
Also took out LP.
Thanks a million! |
Topic: PIC18F26K80 strange delay_ms() problem |
kahnm
Replies: 3
Views: 7159
|
Forum: General CCS C Discussion Posted: Fri Dec 19, 2014 11:10 am Subject: PIC18F26K80 strange delay_ms() problem |
Processor PIC18F26K80
Compiler Version 4.141
delay_ms(250) seems to work in the following LED blink demo code but delay_ms(500) does not. No blinking occurs.
What's going on?
In other c ... |
Topic: large int_rda causes problems with int_rda2 -HELP |
kahnm
Replies: 11
Views: 13212
|
Forum: General CCS C Discussion Posted: Sun Jul 08, 2007 11:46 pm Subject: large int_rda causes problems with int_rda2 -HELP |
Thanks a great deal for your help. I'll try to see if I can duplicate this problem with a similar type program I can load to the website. I'm not certain I'll be able to do this in a timely fashion o ... |
Topic: large int_rda causes problems with int_rda2 -HELP |
kahnm
Replies: 11
Views: 13212
|
Forum: General CCS C Discussion Posted: Fri Jul 06, 2007 1:31 am Subject: large int_rda causes problems with int_rda2 -HELP |
For example, I've sent in obvious bugs having to do with registers.
1) setup_wdt(WDT_OFF) writes to an incorrect register. It is almost like they used the template for the 18F8722 chips
2) the ... |
Topic: large int_rda causes problems with int_rda2 -HELP |
kahnm
Replies: 11
Views: 13212
|
Forum: General CCS C Discussion Posted: Fri Jul 06, 2007 1:12 am Subject: large int_rda causes problems with int_rda2 -HELP |
Thank you for your reply.
Maybe I'm not explaining it clearly.
The problem is that this code (the function) is just present in int_RDA. The interrupt is disabled, the code you mention ... |
Topic: large int_rda causes problems with int_rda2 -HELP |
kahnm
Replies: 11
Views: 13212
|
Forum: General CCS C Discussion Posted: Thu Jul 05, 2007 11:36 pm Subject: Post subject: large int_rda causes problems with int_rda2 -H |
Thanks for your help. Here's the int code. int_RDA is disabled and never gets executed. When I comment out the call to the function rdaIntCode, the int_RDA2 works perfectly.
Thanks,
Gary
#use r ... |
Topic: large int_rda causes problems with int_rda2 -HELP |
kahnm
Replies: 11
Views: 13212
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2007 10:47 pm Subject: large int_rda causes problems with int_rda2 -HELP |
Hello,
Compiler version: 4.042
Device 18F66J11
Problem: I'm using both int_rda and int_rda2
int_rda has a good amount of code (maybe 50 lines of code) which when enabled works perfectly. How ... |
|