DMA settings for timer channels in pwm mode
Hello,
when enabling DMA for a Timer channel in PWM mode, the transfer direction is set to Memory to Peripheral.
This s very questionnable.
Is it a deliberate choice or a bug?
It does not make sense to select Peripheral to Memory for the DMA channel as it is used to wrtie to the device.
I fell in the trap several time, wasting time to look up for an issue in my code...
Very boring.
STM32 device is STM32F429, CubeIDE version 1.19.0 (same problem with all versions since I started using CubeIDE a couple of years before.)
