Author |
Message |
Topic: PWM with 18F4431 |
tien168bn
Replies: 4
Views: 7497
|
Forum: General CCS C Discussion Posted: Mon Jun 09, 2014 9:49 pm Subject: PWM with 18F4431 |
The signal in RB5(PWM5) not change.@@ |
Topic: PWM with 18F4431 |
tien168bn
Replies: 4
Views: 7497
|
Forum: General CCS C Discussion Posted: Mon Jun 09, 2014 9:44 pm Subject: PWM with 18F4431 |
There are working examples in the forum archives. Search for them
and use them. Here is one:
http://www.ccsinfo.com/forum/viewtopic.php?t=37206
I use module PWM of 18F4431. but It not run. Have s ... |
Topic: PWM with 18F4431 |
tien168bn
Replies: 4
Views: 7497
|
Forum: General CCS C Discussion Posted: Mon Jun 09, 2014 9:29 pm Subject: PWM with 18F4431 |
I have 2 motor. I use PWM with PIC18F4431. but I use Proteus for simulation. It not run. Help me with problem.#include "D:\Do line\main.h"
#fuses hs, nowdt, noprotect, nowrt, nolvp, hpo ... |
Topic: Trouble with PWM and ADC of 12F683 |
tien168bn
Replies: 7
Views: 14437
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2014 8:56 pm Subject: Trouble with PWM and ADC of 12F683 |
He means you should connect your trimpots like this:
http://dm.risd.edu/pbadger/PhysComp/pmwiki/uploads/Devices/Pot.jpg
Power on one end, ground on the other, and connect the middle pin
(the wiper) ... |
Topic: Trouble with PWM and ADC of 12F683 |
tien168bn
Replies: 7
Views: 14437
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2014 8:48 pm Subject: Trouble with PWM and ADC of 12F683 |
Thank all. I will try again. :D |
Topic: Trouble with PWM and ADC of 12F683 |
tien168bn
Replies: 7
Views: 14437
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2014 9:46 am Subject: Trouble with PWM and ADC of 12F683 |
Set_ADC_channel(0) or set_ADC_channel(1).
I tried. PWM ok, but ADC not run. I change ADC but PWM not change |
Topic: Trouble with PWM and ADC of 12F683 |
tien168bn
Replies: 7
Views: 14437
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2014 7:53 am Subject: Trouble with PWM and ADC of 12F683 |
Hi guys. I have a trouble with PWM and ADC of PIC 12F683. My project is change ADC level at GP0 to change PWM at GP2, use module CCP1. But when I change ADC level, PWM not change. Somebody help me ... |
|