I am searching for long time how to inspect the prints in my code inside Segger , I went over many messages in this forum and nothing comes easy to me with this Segger thing :
NRF_LOG_DEBUG("hello\r\n"); /want to see this somewhere in real time
or just simply
printf ("hello\r\n");
Found out there is something called RTT Viewer.
Followed a very strange guide here
-
He will print nothing even when I connect to the ble_uart app and send data from a phone. ( and what if I want to restart the board? then the connection will hand and I will never be able to print what happens in the beginning )
-
Is there a way that is more appropriate to 2017 ? like for humans ? no terminal but a simple window to print inside Segger ?
I don't want to open terminal to print hello every time.
If I chose to be HW engineer I have to go back in time to 1993 ? :)