cancel
Showing results for 
Search instead for 
Did you mean: 

MDMA buffer transfer must transfer each buffer in each request but it transfer whole buffers in each request.

SeyyedMohammad
Senior III

I have two code (but both in buffer transfer mode), with different behaviour of MDMA buffer transfer, In software request mode each buffer element of block transfers in each request but in hardware request case (LPTIM3) each request causes MDMA to transfer whole buffers. Whats going on?

The project are appended. STM32H743vit6 on STM32cubeIDE 1.10.1

1 ACCEPTED SOLUTION

Accepted Solutions
SeyyedMohammad
Senior III

I've found the answer:

Because we need to surve the TCIF of the DMA by MDMA (Data mask and adress mask).

View solution in original post

1 REPLY 1
SeyyedMohammad
Senior III

I've found the answer:

Because we need to surve the TCIF of the DMA by MDMA (Data mask and adress mask).