Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4923

Seeking clarity about DMA on STM32F410RB

$
0
0
I'm perusing this tutorial and read this:

We cannot use any arbitrary DMA controller. Instead, we need to pick the controller, stream and channel that are connected to the UART2 TX function. This will ensure that the DMA controller will not start transferring another byte until the UART controller is ready to accept it (i.e. has finished physically transmitting the previous one).
What isn't clear is why we can't...

Seeking clarity about DMA on STM32F410RB

Viewing all articles
Browse latest Browse all 4923

Trending Articles