Author |
Message |
Topic: Interrupts on PIC12F609 |
shaunak_s
Replies: 1
Views: 4371
|
Forum: General CCS C Discussion Posted: Fri Apr 29, 2011 5:44 am Subject: Interrupts on PIC12F609 |
Hi,
We are currently using the midrange micro PIC12F609. I used the PCWHD wizard to generate a small code that enabled the timer0 interrupt. But this does not seem to be working. Please could you hel ... |
Topic: Help using #inline |
shaunak_s
Replies: 3
Views: 5848
|
Forum: General CCS C Discussion Posted: Tue Jan 04, 2011 5:17 am Subject: Help using #inline |
Hi Ttelmah,
Actually Display_Data is defined global but it is static to the file. Secondly, I have not used inline when defining the function prototype so that may be the cause of the problem. Anyway ... |
Topic: Help using #inline |
shaunak_s
Replies: 3
Views: 5848
|
Forum: General CCS C Discussion Posted: Tue Jan 04, 2011 12:38 am Subject: Help using #inline |
We are using PIC16F886 in our project and developing code in C.
Please can you let me know how to use #inline pre-processor directive? I have used it in the following fashion
#inline
void Send_D ... |
|