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.

msp432 SPI 如何使用轮询方式读取数据,不打开SPI中断

目前msp432  SPI主从机官方读数据例程都是采用中断方式,请问如何关闭SPI中断,采用轮询方式读取数据的