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

Parents Reply
  • I am not able to give a good answer based on the limited information available here, if you have made a RF protocol in the nRF5 SDK, and now plan to switch to the nRF Connect SDK, then you (or whoevever made the RF protocol for you) must to an assesment/study of the resources used, and how they can be modified. For instance your RF protocol may be relying on application timers that was implemented in the nRF5 SDK that is different in the nRF Connect SDK.

    Kenneth

Children
Related