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

Where does printf print to?

I have a PCA10001 setup and I am using SDK v9. I have opened the UART example in CrossStudio.

It compiles/builds and I am debugging with breakpoints.

My question is where does printf 's get displayed? I am not seeing it on the UART but I know UART is working because the app_uart_put is echoing my input text.

I am however not seeing the printf's...

Related