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.

[参考译文] AM263P4-Q1:如何更改 SPI 超时设置持续时间

Guru**** 2673945 points

Other Parts Discussed in Thread: SYSCONFIG

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1592779/am263p4-q1-how-to-change-the-spi-timeout-setting-duration

器件型号: AM263P4-Q1
主题: SysConfig 中讨论的其他器件

您好、

SPI 的初始超时设置为 SystemP_WAIT_FOREVER。

是否可以将初始超时设置更改为任意值?  

如果是、请告诉我如何更改初始设置。

环境如下:SDK 09.02.00.56

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

    你好、Imaoka、

    可以在 SysConfig 工具中将超时设置更改为显式值:

    在 MCSPI 驱动程序设置中、在 transferTimeout 字段中输入一个值。 默认值为 0xFFFFFFFF、它是您看到的 wait_forever。

    此致、

    Brennan