Hello,
Can you tell me how to receive the data on uart using fifo?
Thank you in advance.
Regards.
Hello,
Can you tell me how to receive the data on uart using fifo?
Thank you in advance.
Regards.
Hi there,
You can use the app_uart driver with APP_FIFO enabled in the sdk_config + call APP_UART_FIFO_INIT() instead of APP_UART_INIT().