-
Hello, I want to get a tutorial on STM32duino DMA. I wish you all the best! |
Beta Was this translation helpful? Give feedback.
Answered by
fpistm
Jan 4, 2023
Replies: 1 comment
-
Hi @CJT1111 Unfortunately, I have no dedicated tutorial about DMA. It should be easy to port another project depending of your board. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fpistm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @CJT1111
Unfortunately, I have no dedicated tutorial about DMA.
You can use all HAL and LL to achieve this.
Here an example of a STM32Cube project converted to Arduino using DMA for a F1:
https://www.stm32duino.com/viewtopic.php?t=110
It should be easy to port another project depending of your board.