Hello,
I am using sample hello_world app in SES, in the main file of which there are two print statements as:
printf("Hello... \n"); \\I added printk("Hello World! %s\n", CONFIG_BOARD);
During flashing and debugging on the board, execution enters the above lines, but I see no statements on SES debug terminal.!
Kindly inform on how I can enable outputs on debug terminal.!
Thanks,