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.

[参考译文] TMS320F280049C-Q1:通过 sysconfig F28004x 进行 DMA 配置

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1085636/tms320f280049c-q1-dma-configuration-via-sysconfig-f28004x

部件号:TMS320F280049C-Q1
“线程:sysconfig”中讨论的其它部分

您好,香榭丽舍

客户想要为 sysconfig 上的 SPI 配置 DMA。

目标是通过 sysconfig 生成此文件: DMA_configAddresses(Dma_CH1_base,(uint16_t *)(mySPI0_Base + SPI_O_TXBUF),(const void *) spapierSpace0);

如何修复以下所示的错误?:

  

 是否可以通过“链接到外围设备”选项执行此操作,或者需要输入准确的地址?

谢谢

塔马斯

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

    必须在 SPI 配置中添加 DMA!

    因此,在 SPI 中,选择使用 RX 和 TX 的 DMA,然后它将自动使用该功能并找出写入/读取地址。