Just to make sure: Will The spi_master_send_recv return when it is done writing and reading, or do you have to have some event wait functionality listening to SPI_MASTER_EVT_TRANSFER_COMPLETED ? I guess it is blocking because you have an output buffer as well...
I am going to do large burst reads having <= 24576 bytes. Is it even possible to read that much in one go memory wise?
Thanks!