I've been playing around with the UART drivers on SDK 15.2. No issues with the Legacy (w/DMA) however I've tried switching over the NRFX_UARTE driver and I can't get the driver to Recieve data. The Rx Event is never called in the handler, nor does nrfx_uarte_rx_ready() ever return true? The only real difference in the driver API's is the legacy driver has the nrf_drv_uart_rx_enable(.) call which isn't in the NRFX_UARTE module. Is there anything I could have missed that would prevent data receiving on this driver?
p.s. in the sdk_config file I did enabled NRFX_UARTE and NRFX_UARTE0. Also commented out the Legacy #defines as per requirements for other drivers