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.

CC2652RB: 在低优先级的任务中运行SPI传输,会导致任务卡死

Part Number: CC2652RB

在使用SPI_transfer传输时,采用BLOCK模式,会调用到SPICC26X2DMA_transfer函数,最后卡死在spiPollingTransfer中,然后调试该函数发现卡死在SSIDataGet中,应该是SSIDataGet在轮询状态时被高优先级任务打断,该问题是否有解决办法?