stm32f4xx missing HAL_TIM_DMABurst_MultiWriteStart
Hi guys!
I need to Burst write multiple values using DMA.
The processor that I'm using is stm32F407.
I found than the solution for this task is HAL_TIM_DMABurst_MultiWriteStart function, but it is missing in the HAL library.
Therefore it presents in versions for another processors:
Is that a stm32F4xx hardware limitation? And is there a way to solve the issue? Thanks!
