This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF52832 SPI & FreeRTOS problem

Hi, I am developing nRF52832, ADS1291.

I got the data from ADS1291 normally through SPI communication.

And I applied RTOS by referring to the nRF5_SDK_17.0.0/examples/peripheral/blinky_freertos.

It seemed to work normally, but while receiving data from SPI, there was a problem that the data suddenly got cut off or a strange value came out.

If I remove RTOS and proceed, the data comes out normally in ADS1291.

I don't know what the problem is. Help me.

before                                                                          after

Thank you.

Related