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

How to use UART in SDK 14?

Hello,

I am developing a BLE app in which I need to print some logs to UART and recive some data from UART to my app. Which modules should I use?

When I use logger module with UART backend on I can print data on UART, but I cannot recive data from UART to my app.

How should I do that? What should be set in sdk_config.h file? Maybe I should also use serial port library?

Related