APP_UART_DATA_READY is not called

Hi,

I'm integrating the ble_app_uart example into my project. However, the UART interrupt works a little differently than I expect. I initialized the UART with APP_UART_FIFO_INIT, but APP_UART_DATA_READY is never called. I got APP_UART_DATA when a byte is received.

According to the documentation, the APP_UART_DATA_READY should be called if the FIFO is used. I'm wondering if I did something wrong. Any suggestions?

Thanks,

Related