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.

[参考译文] RTOS/TM4C1294NCPDT:UDMA 低级函数调用

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/615296/rtos-tm4c1294ncpdt-udma-low-level-function-calls

器件型号:TM4C1294NCPDT

工具/软件:TI-RTOS

您好!

我正在使用 TI RTOS TM4C1294 EVM 板、在这里我可以找到用于 UDMA 存储器到存储器数据传输的低级函数调用。

此致、

Manohar

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

    在 TI RTOS 上、DMA 的使用通常在外设驱动程序中"嵌入"。 例如、如果使用 UART、则可以使用 TI-RTOS UART 驱动程序并启用(或不启用) DMA。
    -请参阅 TI-RTOS Users_Guide.pdf 第5.12章中的 UART 驱动程序

    对于独立的 DMA 使用(您是否在谈论内部存储器到内部存储器?)、您可以使用标准的 Tivaware DMA API。
    -请参阅 Tivaware Driverlib 用户指南的第31章。

    布鲁诺