So I'm trying to start off development of my project using the PCA10040 development board. I have downloaded the SDK16 and built a couple of examples no problem using SES. Now I have started using the ble_app_template - which builds fine and seems just right to base development on.
Until I try to use the UART. I've searched & tried dozens of things, none of which work and often break the project. Often the Googled answer to a question is just "please look at the UART example" which doesn't help with modifying another example. After two days of trying to get this one simple thing working I've finally decided to ask here..
It looks like the printf redirect is the simplest option, but there isn't any option in the sdconfig.h which is incomplete.
So what do I need to do to turn off the debug logging and to output to the UART?
Thanks!