CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: Timer interrupt does not work properly
nicogorr

Replies: 4
Views: 6601

PostForum: General CCS C Discussion   Posted: Fri May 12, 2006 1:00 pm   Subject: Timer interrupt does not work properly
PCM programmer, your totally right!!. Thank you very much.
I have been looking for errors in the code for about 2 days "You can't see the forest for the trees"..
Well that fix it, Thanks again.
  Topic: Timer interrupt does not work properly
nicogorr

Replies: 4
Views: 6601

PostForum: General CCS C Discussion   Posted: Fri May 12, 2006 12:53 pm   Subject: Timer interrupt does not work properly
Thanks rwyoung,

The interrupt code is this:

#int_TIMER1
Timer_test(){

disable_interrupts(INT_TIMER1);
delay_us(20);
muestra=read_adc();
adc_AL ...
  Topic: Timer interrupt does not work properly
nicogorr

Replies: 4
Views: 6601

PostForum: General CCS C Discussion   Posted: Fri May 12, 2006 12:16 pm   Subject: Timer interrupt does not work properly
Hello.
I`m trying to send samples to a PC over RS232 at maximum speed. The fastest sample rate for 10 bit samples is about 5760HZ (115200bps constraint). The problem occurs in the Timer1 ISR that set ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group