Author |
Message |
Topic: SPI issue |
Murali
Replies: 1
Views: 3902
|
Forum: General CCS C Discussion Posted: Tue Nov 04, 2008 12:01 am Subject: SPI issue |
hi
I am facing problem with SPI for the chip PIC16F876A.
(There is no problem with other chips I am using PIC18F4320 and PIC18F87J10).
For #use SPI directive, It gives the error "Library ... |
Topic: PWM operation |
Murali
Replies: 4
Views: 4778
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2007 7:45 pm Subject: PWM operation |
Thank You Ttelmah,
Yes, I have seen that the compiler inserts many assembly codes.
Can u suggest any efficient way to generate a 2048KHz clock with timer operation. I also require 8KHz clock wh ... |
Topic: PWM operation |
Murali
Replies: 4
Views: 4778
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2007 4:40 am Subject: PWM operation |
Thank You. I just did not think of that. PWM is working now.
But I am still thinking what happened to Timer2 clock generation techinque, which is simple. |
Topic: PWM operation |
Murali
Replies: 4
Views: 4778
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2007 3:37 am Subject: PWM operation |
I am trying to generate a clock using Timer or PWM.
In both the cases, i am finding the output frequency to be saturated after a level.
In PWM, the frequency is saturating at 57KHz.
The code use ... |
|