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.

CC3100中断问题

Other Parts Discussed in Thread: CC3100BOOST

最近在调试CC3100BOOST板,使用的是Nrf 51822作为MCU微控制器,集成simplelink·源码后。模块上电能够得到上电的IRQ中断。执行sl_Start后调用sl_WlanSetMode(ROLE_STA);设置模式为STA。SPI数据发送后没有接收到模块给的中断,不知道是什么原因?

注:数据格式使用购买的调试版进行对照,大小端已经调整,接线也没有问题因为能够给接收到上电的IRQ且获取的数据没有问题。