STM32H7 DMA1
Good day!
I use TIM15 and DMA1, channel 5 in STM32H743. If DMA and data have a size of 32-bit, then everything works fine. If you configure DMA on 16-bit data, then 32-bit data is still written to the TIM5 registers.
In order to save memory, I want to write 16-bit values to the timer. In the documentation I read that DMA1 works only in 32-bit data mode.
Is there any way to force DMA1 to transfer data to the timer in 16-bit mode, or even better in 8-bit?
Andrey.
