tests: DMA loop transfer: SW handshake for mem-to-mem transfers #96717
Unanswered
lidt-coder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Memory-to-memory transfers in the DMA loop_transfer tests did not
explicitly select a software handshake (set source/dest_handshake to 1).
On controllers that expect a hardware peripheral request for transfers,
leaving the handshake at the default HW(source/dest_handshake to 0)
value causes the DMA to stall because no physical trigger exists for M2M transfers.
Am I right? the docs specifically says that:
Beta Was this translation helpful? Give feedback.
All reactions