I am having difficulties porting the SPI Master demo to an S130 Soft Device on SDK 11.0.0. From the looks of it, there seem to be some issues with interrupts but I am unsure of exactly what is going on.
Several posts on here specify that with SDK 10 (when the SPI driver was rewritten) the SPI driver was made to not need the softdevice to operate.
Is there any example code of SDK10+ SPI Master with softdevice that can be used as a reference? Looking at the driver components, spi_5W_master is included with nrf_drv_spi. Does the latter have anything to do with resolving this issue? I do not think they interface with each other and how I understand it, spi_5W_master was used with the older spi_master driver.