I configured Uart on 23 - Rx and 24 - Tx of NRF52832.
In simple uart example it works fine with uart_event_handle for rx.
But when this code is merged with Nrf Mesh Dimmer Code, I can transmit the data via tx pin, but there is no interrupt of Uart receive via "uart_event_handle",
Please Help me to solve this.