This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VH-Q1: DMA cannot work when DFMT is transpose

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH

I'm working on TDA4VH with sdk0805, and I want to use dma to copy a matrix of 2x2.

when I created a TR like this, I can copy this matrix successfully:

But when I set  DFMT field of FMTFLAGS to 2, which means transpose, it hangs on function `DmaUtilsAutoInc3d_wait`:

am I wrong to set some fields of this TR? Please help to provide some ideas to solve this problem. Thanks.