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

Looking for Example of UART in non-blocking mote

I have looked at the UART example provided in the NRF52 SDK.  The example uses the UART in blocking mode.  I need to create a version that is non-blocking, and only reads the buffer when an incoming byte is received. 

I have read thru the SDK documentation, but I am still unclear how to implement.

Related