This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Asynchronously receive over UART

I would like to receive data on UART asynchronously and handle the RX event in the backend in an IRQ handler. The application is - a user will be shown a menu and asked to enter a character. It is a kind of CLI. On receiving the character response, a corresponding task will be executed in the handler based on which character was received

Can I get a suggestion on how to do this reception in the backend as part of IRQ handler as all examples are leading to explicitly calling receive function ( like nrfx_uart_rx or app_uart_get ) 

Parents Reply Children
Related