Resolved! How do I set up DMA to circular mode on STM32H5 without HAL
Hello, I am looking for a way to set up DMA to transfer from peripheral to circular buffer triggered from Timer I hoped I could set it up just like it is described here, just change the source:It samples data as expected but only once, it does not re...