Author |
Message |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Sat Oct 17, 2015 2:55 am Subject: Read RS232, Read ADC, PWM output |
@Ttelmah. Thanks a lot. |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Wed Oct 14, 2015 4:09 am Subject: Read RS232, Read ADC, PWM output |
Thank you for your code Ttelmah
I'm planning to control FET base with the help of PWM Pulse. I think I'll do it.
I have a doubt in one statement. plz clear me
set_pwm1_duty(0x80 ... |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Wed Oct 14, 2015 1:26 am Subject: Read RS232, Read ADC, PWM output |
thanks guys! finally I got it with all your help.
in simulation it is working fine but in simulation log it is showing " simulation is not running in real time due to excessive cp ... |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Tue Oct 13, 2015 12:09 am Subject: Read RS232, Read ADC, PWM output |
@ezflyr. it is a real hardware project but right now im checking it in Proteus simulation.
I have checked what you said. still the same issue.
while(1)
{
pwm1 = read_adc(); ... |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Mon Oct 12, 2015 5:45 am Subject: Read RS232, Read ADC, PWM output |
@ Ttelmah. what I have to do now?
continuously I have to read ADC value and check the RS-232. this is my condition. should I change the conditions?
I have no clue to make it out. if you have any s ... |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Mon Oct 12, 2015 4:24 am Subject: Read RS232, Read ADC, PWM output |
thanks for your valuable comment Ttelmah. I ll consider it. |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Mon Oct 12, 2015 4:18 am Subject: Read RS232, Read ADC, PWM output |
thank u asmallri for your reply.
" PROBLEM 1: " - My intention is to wait until the data receive through RS232.
NOTE: I ll receive data from subsystem for every 30ms. so no problem for ... |
Topic: Read RS232, Read ADC, PWM output |
shan1923
Replies: 14
Views: 19851
|
Forum: General CCS C Discussion Posted: Mon Oct 12, 2015 3:07 am Subject: Read RS232, Read ADC, PWM output |
Guys please help me!
I'm stuck in a loop, Embarrassed plz help me!
First I'll tell my program briefly.
* I want to control the brightness of LED. (Day and Night mode) through POT
* I' ... |
|