Skip to main content
rwareinc
Associate III
June 3, 2020
Question

DMA sets NDTR to 0xffff when enabled even when peripheral (SPI1 rx) is not enabled or has DMARX set. All memory is in D1 (AXI) and peripheral is working using interrupts.

  • June 3, 2020
  • 2 replies
  • 783 views

..

This topic has been closed for replies.

2 replies

TDK
June 3, 2020

When the DMA stream is in peripheral control mode (PFCTRL=1), NDTR is forced to 0xFFFF when the stream is enabled.

"If you feel a post has answered your question, please click ""Accept as Solution""."
rwareinc
rwareincAuthor
Associate III
June 3, 2020

Thanks, that answers the question.