您好!
通过使用来自该主题的 Raymond 驱动程序、https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/855716/msp432p4111-spi-master-ping-pong-dma-rx/3172831?tisearch=e2e-sitesearch&keymatch=ping%20pong#3172831 我能够在 CC3235SF 上实现了乒乓模式。 图像传输似乎正常。 但是、当我想通过 WebSocket 连接发送接收到的数据时、问题就会开始。 在这里、我定期得到中止错误[ERROR]-致命错误:检测到驱动程序中止。 我的 send_len =(int) sl_Send (((int) socket、buffer、(int) len、0);我收到错误-2005。 如果我在不使用 SPI 的情况下通过 WebSocket 发送数据、则不会出现问题。 我怀疑 NWP 在修改后的驱动程序中存在某种问题。 请给我一些关于如何解决问题的提示。 提前感谢您。