Problem with freeRTOS + SPI

Hi

We have a freeRTOS project using nRF52840, I found that if I put SPI transfer API before running task is OK, but it has a problem if I put in the task,

Does anyone know how to use SPI(easyDMA) in freeRTOS?

thank you

Related