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 7 matches
CCS Forum Index
Author Message
  Topic: please help me
branko

Replies: 3
Views: 3759

PostForum: General CCS C Discussion   Posted: Fri May 17, 2013 6:20 am   Subject: Re: please help me
Post your code. Without seeing your code nobody can help. Also post your Circuit. Maybe you have not pulled MCLR high.
  Topic: MAX6955 Code Help
branko

Replies: 2
Views: 4615

PostForum: General CCS C Discussion   Posted: Fri May 17, 2013 6:05 am   Subject: MAX6955 Code Help
Thank you Ttelmah. I have connected A0 and A1 to ground. I need to display HI on 16 segment(s).

The latter implies it is setting up for 8 digits.

I didn't get this.

I am using 8 X 16-Segments ...
  Topic: MAX6955 Code Help
branko

Replies: 2
Views: 4615

PostForum: General CCS C Discussion   Posted: Fri May 17, 2013 3:37 am   Subject: MAX6955 Code Help
I saw the below code in Code Library. I hope it is a working code. In this function what should be the value of driver?


initMAX6955(unsigned char driver)


and in this function what a ...
  Topic: Question about PT100 sensor
branko

Replies: 5
Views: 8620

PostForum: General CCS C Discussion   Posted: Tue Apr 09, 2013 8:45 am   Subject: Re: Question about PT100 sensor
You have to calculate pt100 resistance first and then pt100 temperature from it. I have done a pt100 project and it gives very accurate values of pt100's resistance and temperature. It is written in m ...
  Topic: how to control dc motor by pwm????
branko

Replies: 3
Views: 4837

PostForum: General CCS C Discussion   Posted: Tue Apr 09, 2013 8:41 am   Subject: Re: how to control dc motor by pwm????
Generate PWM and use a button to increment or decrement a variable from 0 to 255. Use this variable's value to set the duty cycle of PWM signal. If your MCU gives 5V o/p then you need to bring the PWM ...
  Topic: Strange problem with LCD display *SOLVED*
branko

Replies: 11
Views: 11664

PostForum: General CCS C Discussion   Posted: Mon Apr 08, 2013 1:23 pm   Subject: Re: Strange problem with LCD display
Try this


#define LCD_RS_PIN PIN_A2
#define LCD_RW_PIN PIN_C00
#define LCD_ENABLE_PIN PIN_C1
#define LCD_DATA4 PIN_C2
#define LCD_DATA5 PIN_B4
#define LCD_DATA6 PIN_B5
#define LCD_DATA ...
  Topic: I2c External eeprom
branko

Replies: 7
Views: 11442

PostForum: General CCS C Discussion   Posted: Fri Mar 29, 2013 11:23 pm   Subject: Re: I2c External eeprom
Tom1234

0xa0 is the address of the eeprom device you are using and 0xa1 is the address to read the eeprom ie., first you issue an 0xa0 address to eeprom which will be a write operation then to chan ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group