TI中文支持网
TI专业的中文技术问题搜集分享网站

AWR1843 SPI Master mode transfer test issue

不好意思,

想請問關於SPI 測試master mode 傳輸問題,

我使用Ti SDK裡面的 spi driver code 中的 main.c 裡面其中一段如下:

if (gXWR1xxxMasterWithMSPTest)
{
/* Enable output control for SPIA 3-pin Mode */
if(SOC_SPIOutputCtrl(socHandle, 0U, 1U, &errCode) < 0)
{
/* Debug Message: */
System_printf ("Debug: SOC_SPIOutputCtrl failed with Error [%d]\n", errCode);
return;
}

我想要來測試master mode,但都會卡在SOC_SPIOutputCtrl failed的情況,

想請教SOC_SPIOutputCtrl(socHandle, 0U, 1U, &errCode)這個function需要怎麼設定才能符合SPI master mode的輸出呢?

謝謝

Chris Meng:

你好,

请问你是否看过file:///C:/ti/mmwave_sdk_03_04_00_03/packages/ti/drivers/spi/docs/doxygen/html/index.html文档里的相关内容?

TI的驱动提供源码,你可以跟进去看看,具体错误出现在哪里。

赞(0)
未经允许不得转载:TI中文支持网 » AWR1843 SPI Master mode transfer test issue
分享到: 更多 (0)