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.

[参考译文] MSPM0G3507:DMA、API

Guru**** 2317430 points
Other Parts Discussed in Thread: MSPM0G3507
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1523832/mspm0g3507-dma-api

器件型号:MSPM0G3507

工具/软件:

在对 MSPM0G3507使用 DMA 编程时、有必要了解当前的 DMA 空间使用情况。 DL_DMA_getTransferSize 函数会读取 DMA 的初始大小。 您能否告诉我可以使用哪个 TI API 函数来读取当前 DMA 使用状态?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、

    DMASZ (DMA 大小)会首先设置、在 DMA 传输数据时将减小。 因此使用  DL_DMA_getTransferSize ()可以通过 DMASZ 寄存器获取当前的 DMA 传输状态。