Author |
Message |
Topic: I/O Port masking while using UART(s)? |
srtgumbee
Replies: 2
Views: 10633
|
Forum: General CCS C Discussion Posted: Wed Jun 10, 2020 5:43 pm Subject: I/O Port masking while using UART(s)? |
Hi there,
Short question:
If I'm using a hardware UART while Reading/Writing to ports using LATx, would the LATx reflect data on a TXD pin and could I corrupt data on that same TXD pin by writing ... |
Topic: Clearing UART overflow flag PIC18F47K42 |
srtgumbee
Replies: 8
Views: 22121
|
Forum: General CCS C Discussion Posted: Wed Dec 04, 2019 4:36 pm Subject: Clearing UART overflow flag PIC18F47K42 |
Thank you very much! I did not realize that 'ERRORS' only uses the RXSTA register.
On the 18F47K42 if an error has been seen in the #INT_RDA then disabling the UART, reading the UART, clearing th ... |
Topic: Clearing UART overflow flag PIC18F47K42 |
srtgumbee
Replies: 8
Views: 22121
|
Forum: General CCS C Discussion Posted: Tue Dec 03, 2019 9:18 pm Subject: Clearing UART overflow flag PIC18F47K42 |
I have a project that is sometimes locking up the UART1 (eg once a day) and only being saved by a WDT. While investigating the cause I questioned why the lockup wasn't being cleared/reset in the UART ... |
Topic: PWM problem on 18F45K40 |
srtgumbee
Replies: 2
Views: 10285
|
Forum: General CCS C Discussion Posted: Tue Dec 18, 2018 7:19 pm Subject: PWM problem on 18F45K40 |
Hi Ttelmah,
Thank you for your reply and hints. Short answer - The PWM on the 18F45K40 is and was always operating correctly!
Based on your information I started investigating the hardware mo ... |
Topic: PWM problem on 18F45K40 |
srtgumbee
Replies: 2
Views: 10285
|
Forum: General CCS C Discussion Posted: Sun Dec 16, 2018 3:21 pm Subject: PWM problem on 18F45K40 |
I'm having issues with the setup and running of the CCP1 PWM on the 18F45K40.
CCS Complier V5.081
The 18F45K40 is a new to me as is the latest compiler version. I have confirmed PWM works with ... |
|