This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

On RPC interrupt priority

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?

Parents Reply Children
No Data
Related