Hi,
I am new to the nrf51 and I building a complex ANT application. I have part of the ANT application working but I would like to debug with printf() statements to find a problem. I included the app_uart driver and a printf() statement as the first statement of main. It never reaches the main procedure but loops somewhere in the code.
I have the UART example working so my putty is ok. If I start the program it displays "Start:" which is not part of my program.
Ant thoughts?