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.

[参考译文] CCS/RM46L850:MIBSPI_MASTER

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/890165/ccs-rm46l850-mibspi_master

器件型号:RM46L850

工具/软件:Code Composer Studio

您好!

我正在使用 XL2RM46板。

尝试为主器件进行 SPI 通信(mibspi)。 问题我所面临的是 txdat1/0未捕获我的 txbuffer。

PFA

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

    您好!

    在多缓冲模式下、发送数据必须写入 TXRAM 位置、接收数据必须从多缓冲器的 RXRAM 位置读取
    RAM。 SPIDAT0和 SPIDAT1不在 MibSPI 模式中使用。

    如果要使用 SPIDAT0/1、请改用 SPI 兼容模式。