Author |
Message |
Topic: unexpected PWM signal on PIN B3 with 18F46K22 |
Micha
Replies: 7
Views: 20160
|
Forum: General CCS C Discussion Posted: Sun Apr 06, 2014 2:49 pm Subject: unexpected PWM signal on PIN B3 with 18F46K22 |
Hello,
For Mike, pin RB3 is always well set as an output, not as an input.
For Jay, with a 150 Ohm resistor instead of 56 Ohm, the problem is the same: the unexpected PWM signal is still there. ... |
Topic: unexpected PWM signal on PIN B3 with 18F46K22 |
Micha
Replies: 7
Views: 20160
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2014 2:44 pm Subject: unexpected PWM signal on PIN B3 with 18F46K22 |
Hello!
Firstly, thank you for your three kind answers and for your time. I really appreciate your help!
The pin RB3 is not floating. It is only connected to the input of an optocoupler ( ... |
Topic: unexpected PWM signal on PIN B3 with 18F46K22 |
Micha
Replies: 7
Views: 20160
|
Forum: General CCS C Discussion Posted: Tue Apr 01, 2014 2:50 pm Subject: unexpected PWM signal on PIN B3 with 18F46K22 |
Hello,
I am using PCH version 4.130 to program a PIC 18F46K22.
I have strange problem.
I generate PWM signals on RC1 and RC2, and this works well.
// Sets CCP1 for PWM
setup_ccp1(CCP_PWM& ... |
|