Page 1 of 1

delay pwm

Posted: Tue May 02, 2017 2:41 pm
by anugani12
I want to do h bridge inverter.
please find the attached image for pwm referance and check channel 1 and channel 3 some delay to start how to start with delay please give me suggestion.

Re: delay pwm

Posted: Wed May 03, 2017 12:57 pm
by Benj
Hello,

All the PWM are currently tied to the same timer so providing different offsets is not possible. Some chips provide different timer options but the chip you're using only provides these for the enhanced mode which we do not currently support.

One option would be to create your own software PWM using a timer interrupt. This way you can offset the outputs as required.

https://www.matrixtsl.com/wikiv7/index. ... ftware_PWM

Re: delay pwm

Posted: Wed May 03, 2017 4:55 pm
by anugani12
Tahnk you sir

16F1939 pwm problem

Posted: Thu May 25, 2017 1:50 pm
by anugani12
Hi,

16f1939 controller 3 pwm timers but in flowcode 7 only 1 timer shown.
in flowcode 6 3 timers shown but pwm output given only 2 channels (channel4, channel5) remaining 3 channels off(channel1,channel2,channel3). in simulation ok but hardware not working.
16f1939, 16f1936 both are same problem in flowcode 6. please check and please give me solution.