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: ICDS40 and TEA5880TS
KM

Replies: 0
Views: 23475

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Mon Dec 13, 2004 7:52 am   Subject: ICDS40 and TEA5880TS
Hi, having problems with my ICDS40. Is seems to disturb
the fieldstrenght in my radio-circuit (TEA5880TS),
by giving me high fieldstrenght all the time.

Is there a way to program the MCU and t ...
  Topic: rotate_right() vs shift_right() and output_bit()
KM

Replies: 4
Views: 11582

PostForum: General CCS C Discussion   Posted: Mon Nov 29, 2004 3:43 am   Subject: rotate_right() vs shift_right() and output_bit()
Can sombody tell me the difference between: rotate_right() and shift_left()?

My problem is that I have a 16bit variable that I like to shift-out on my
DATA_PIN (3 wire bus). Ex: int16 x = 0b010101 ...
  Topic: help with Pbuttons & Interrupt on change
KM

Replies: 1
Views: 6706

PostForum: General CCS C Discussion   Posted: Mon Oct 11, 2004 1:01 pm   Subject: help with Pbuttons & Interrupt on change
Have Pbuttons attached to PIN_B4 and PIN_B5. Want to change
a value up&down according to wich Pbutton is pressed.

any suggestions?

#int_rb
rb_isr()
{
char x;
x = input_b() ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group