I encountered problems in developing nrf5340 with nck v1.5.0.
I use nrf_rpc_tr_init(rpc_receive_handler) to initialize an RPC and IRQ_DIRECT_CONNECT(I2S0_IRQn, 0, custom_i2s_irq_handler, 0) to connect an I2S interrupt. When triggering interrupt, which one of RPC and I2S has the highest interrupt priority?