I'm using SDK15.3 on an nRF52840 with FreeRTOS and specifically non-preemptive scheduling.
I want to so some transfers on SPIM (it's configure with DMA but that's not a requirement)... I've got a part I'm talking to that has a READY handshake signal coming back from it that kicks in during long transfers... basically it's implementing XON/XOFF for the regular SPI transaction.
Got any hints at how to handle that?