2021-02-01 09:31 AM
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!
Solved! Go to Solution.
2021-02-25 11:52 PM
Hello @Qasdd.1 ,
Great news for you =): a new release of STM32CubeF4 V1.26.0 is now available in ST web page which contains a fix for this issue.
Thank you for your patience while we work on this.
Imen
2021-02-03 02:21 AM
Hello @Qasdd.1 and welcome to the STM32 Community :smiling_face_with_smiling_eyes:
I confirm your feedback, and our development team is aware of this missing.
The HAL_TIM_DMABurst_MultiWriteStart function is now implemented internally and will be added as soon as possible in the coming release.
So, keep an eye out for the coming update.
Thanks for your contribution and pointing out this issue.
Imen
2021-02-03 04:38 AM
Hello @Imen DAHMEN! Thank you for your reply!
I've implemented it myself for now as a hotfix. Looking forward for the official patch. )
2021-02-25 11:52 PM
Hello @Qasdd.1 ,
Great news for you =): a new release of STM32CubeF4 V1.26.0 is now available in ST web page which contains a fix for this issue.
Thank you for your patience while we work on this.
Imen