Re: PWM advanced and normal timers (STM32)

2021-05-05 Thread raiden00pl
trying to solve > this, but its deep in the core system where this CONFIG_PWM_PULSECOUNT has > effect. If I only had more time > > Ben > > -Oorspronkelijk bericht- > Van: raiden00pl > Verzonden: dinsdag 6 april 2021 08:10 > Aan: dev@nuttx.apache.org > Onderw

RE: PWM advanced and normal timers (STM32)

2021-04-05 Thread disruptivesolutionsnl
t- Van: raiden00pl Verzonden: dinsdag 6 april 2021 08:10 Aan: dev@nuttx.apache.org Onderwerp: Re: PWM advanced and normal timers (STM32) As far as I can remember, it never worked that way. If you enable PULSECOUNT, you can only use timers that support this feature. Other PWM instances wil

Re: PWM advanced and normal timers (STM32)

2021-04-05 Thread raiden00pl
As far as I can remember, it never worked that way. If you enable PULSECOUNT, you can only use timers that support this feature. Other PWM instances will not work properly. sob., 3 kwi 2021 o 17:19 napisaƂ(a): > So /dev/pmw0 = TIM1 > /dev/pmw1 = TIM4 > > All well.. but with CONFIG_PWM_PULSEC

RE: PWM advanced and normal timers (STM32)

2021-04-03 Thread disruptivesolutionsnl
So /dev/pmw0 = TIM1 /dev/pmw1 = TIM4 All well.. but with CONFIG_PWM_PULSECOUNT only TIM1 is working when you give in counts but with counts=0 nothing happens TIM4 is quitting immediatly. with CONFIG_PWM_PULSECOUNT DISABLED I can use both in a generic way... I think the: #i