Author |
Message |
Topic: Using software simulated UART |
Javed Shafi
Replies: 3
Views: 5527
|
Forum: General CCS C Discussion Posted: Thu Dec 01, 2005 11:50 am Subject: Using software simulated UART |
Hi Ttelmah,
Many thanks for your reply.
You mention that
"I have in the past, posted a way of 'encapsulating' the transmission, so that this is automatically done on a 'per character' basis" ... |
Topic: Using software simulated UART |
Javed Shafi
Replies: 3
Views: 5527
|
Forum: General CCS C Discussion Posted: Thu Dec 01, 2005 9:25 am Subject: Using software simulated UART |
Just a question regarding the use of directive
#use rs232(baud=100, xmit=PIN_C6, rcv=PIN_C7)
I have successfully used this directive before for PIC16LF877 and PIC16LF872 using port C pins 6 and ... |
Topic: ADC using external Reference |
Javed Shafi
Replies: 4
Views: 8426
|
Forum: General CCS C Discussion Posted: Tue Oct 04, 2005 10:22 am Subject: ADC using external Reference |
Many thanks for the advice, will give it a try
Javed |
Topic: ADC using external Reference |
Javed Shafi
Replies: 4
Views: 8426
|
Forum: General CCS C Discussion Posted: Tue Oct 04, 2005 9:01 am Subject: ADC using external Reference |
Just a general question as to how to use an external reference when using a pic with an inbuilt AtoD convertor.
The PIC I am using is a 16LF872 and I cannot use V+ as a reference as it is not const ... |
Topic: Typecast confusion |
Javed Shafi
Replies: 1
Views: 3925
|
Forum: General CCS C Discussion Posted: Wed Sep 21, 2005 11:47 am Subject: Typecast confusion |
CODE:
unsigned int32 iTargetSeconds; // target delay in seconds
int16 iWeighting[4] = { 60000, 6000, 600, 60};
int8 iReadCommand[5]
.
.
.
... |
Topic: Compiler single step problems with V3.182 |
Javed Shafi
Replies: 1
Views: 8782
|
Forum: General CCS C Discussion Posted: Thu Mar 18, 2004 8:04 am Subject: Compiler single step problems with V3.182 |
I am having problem running my compiler in Single Step mode, I have a for loop that is executed 10 times before exiting but in single step mode it runs only once. The loop counter goes from 0 to 10 mi ... |
|