Hi,
I am using SDK 14.0 on nRF52840 (DK), with sofdevice enabled and FreeRTOS port.
My question reagrds the "blocking mode" transfer - event handler was not provided in nrf_drv_spi_init().
How would a FreeRTOS system behave when a task is using the “blocking” transaction mode:
- When task is high priority (relative to other task(s))
- When task is low priority (relative to other task(s))
- When other task(s) are ready before it’s call to MCU sleep
- When other task(s) are becoming ready via ISR during it’s sleep
- Is there any difference if I use EasyDMA or not in this case?
Thanks, Elkana.