for hpwm timers 2,4 or 6 can be used so there is no conflict for pwm
for hpwm timers 2,4 or 6 can be used so there is no conflict for pwm
Warning I'm not a teacher
Yes, thanks, I've checked some datasheets.
For 16F1939 default timer for HPWM1 is Timer1, but it can be changed via registers.
For 16F722 default timer for HPWM1 is Timer2, so no change is needed.
However, it should be noted that these PICs have only Timer1 16 bit, others are 8 bit, so certain bytes of resolution will be lost...
Incorrect , timer1 is not an option for hpwm1 everFor 16F1939 default timer for HPWM1 is Timer1,
timer2 is the default for ccp1 on 16F1939
see CCPTMRS0: PWM TIMER SELECTION CONTROL REGISTER
![]()
Warning I'm not a teacher
I'm assembling test circuit with PIC16F722 today and will give it a try![]()
Bookmarks