Author |
Message |
Topic: Visual Studio Code and the CCS compiler |
kieranjefferies
Replies: 15
Views: 30314
|
Forum: General CCS C Discussion Posted: Tue Nov 12, 2024 1:18 am Subject: re>Extension: vscode-picc-ccs-support-0.0.1.vsix |
Thank you pgvt |
Topic: Need chip PIC18F26K22-I/SO |
kieranjefferies
Replies: 18
Views: 58486
|
Forum: General CCS C Discussion Posted: Wed Jan 26, 2022 7:41 am Subject: Need chip PIC18F26K22-I/SO |
If the company claiming to have stock is not one you have used before, always use www.trustpilot.com to verify them. The site "Micro Semiconductor" gets a mention below. Read the horror sto ... |
Topic: PCF8583 driver |
kieranjefferies
Replies: 6
Views: 93748
|
Forum: Code Library Posted: Wed Dec 27, 2017 3:48 pm Subject: PCF8583 |
Thanks PCM Programmer, your driver from way back is working perfectly on a PIC24FJ128GA204 using PCWHD 5.075. And I had not came across 'typedef' before and its use in your driver has shown me how to ... |
Topic: Problem using #INT_RDA and #INT_TBE for RS232 communication |
kieranjefferies
Replies: 17
Views: 33758
|
Forum: General CCS C Discussion Posted: Thu Dec 29, 2016 3:58 pm Subject: Problem using #INT_RDA and #INT_TBE for RS232 communication |
Hi ElectronPIC, the reason you don't want to disable the RDA Interrupt is basically, you have no control over when bytes of data will arrive at the receiver input and if you don't read in and process ... |
Topic: Problem using #INT_RDA and #INT_TBE for RS232 communication |
kieranjefferies
Replies: 17
Views: 33758
|
Forum: General CCS C Discussion Posted: Thu Dec 29, 2016 8:10 am Subject: Problem using #INT_RDA and #INT_TBE for RS232 communication |
Thanks Guys. Yes I can see in the assembly code of putc where the PIC is tied up waiting for TXIF to be set. My Tx and Rx routines have always been structured with start of transmission, command, n da ... |
Topic: Problem using #INT_RDA and #INT_TBE for RS232 communication |
kieranjefferies
Replies: 17
Views: 33758
|
Forum: General CCS C Discussion Posted: Wed Dec 28, 2016 7:19 pm Subject: re> Problem using #INT_RDA and #INT_TBE for RS232... |
Hi, this is my first post here and hopefully I am replying to the topic...
Problem using #INT_RDA and #INT_TBE for RS232 communication.
I've been using CCS since way back when the compiler was di ... |
|