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.
你好,我在mcu1_0上使用mcu_mcspi1作为Slave,通过示波器测量点CS、CLK、DI波形正常,但是Receive函数无法收到数据,我想知道有没有寄存器标识或者有什么方法可以确认SPI是否连通?
除此之外,我想请教一下mcu_mcspi1 作为Slave 是通过什么判断Master正在传输数据?
是在TI提供的例程上修改测试的吗?如果是的话具体是哪个例程?
但是Receive函数无法收到数据
可以做一下回环测试看一下有没有问题,是否有单步调试代码看看哪里有问题?是否是无法触发中断?
以下文档参考看一下是否有帮助: