NUCLEO G0B1 - TIM4 failure?
Hi, I'm trying to get addressable diodes (WS2812, ...) working with PWM, TIM4, DMA on the NUCLEO-G0B1RE, but oh well. Something is wrong.
There is nothing on the output!
I tried:
PWM, TIM2_CH1, DMA = code works without errors, WS2812b works
PWM, TIM3_CH1, DMA = code works without errors, WS2812b works
PWM, TIM4_CH1, DMA = failure, nothing on oscilloscope
The code is absolutely identical in all cases.
I have the same problems on a customer board with STM32G0B1CEU
It's a bit of a mystery because TIM2,3,4 belong to General-purpose timers and are basically identical.
Can someone please advise me where the error is?
See the attachment for NUCLEO settings.
