How to get low level uart event in nrf connect ask?

Hi Nordic,

I am trying to implement a custom uart driver in my inter processor communication application. In the driver implementation I want to use uart with dma and I want to know  the TX_STARTED, END_TX, RX_STARTED, END_RX events. The nrf connect SDK has Zephyr uart driver but this doesn't forward all the above events to application. Are there any other drivers which I can use to achieve the above goal.

Regards,

Mohinish Naik

Related