Hi Nordic,
I am working on a BLE based application. In my application, I am forced to use SPI and TWI of same instance.
I am using SPI1 and TWI1. Earlier I was working on SDK11, where this issue was resolved by enabling the PERIPHERAL_RESOURCE_SHARING _ENABLED flag. However, when I did the same in SDK15 by enabling the NRFX_PRS_ENABLED flag and setting BANK 1, I am getting NRF_FAULT_ID_SDK_ASSERT error. I tried with other instances also.But I am getting the same error.
Is there any configuration settings, that I am missing out??
Regards