How to enable nCS printf statements on SES in debug terminal

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,

Parents
  • Can you show me the prj.conf file of your application, so I can make sure that UART is enabled correctly? Also, your screenshot shows that the debugger has the application paused, but I assume you don't see anything if you press F5 to start the CPU either? And just to be sure, can you confirm whether you're working on an nRF52833 Development Kit (PCA10100) or not?

    Best regards,

    Simon

Reply
  • Can you show me the prj.conf file of your application, so I can make sure that UART is enabled correctly? Also, your screenshot shows that the debugger has the application paused, but I assume you don't see anything if you press F5 to start the CPU either? And just to be sure, can you confirm whether you're working on an nRF52833 Development Kit (PCA10100) or not?

    Best regards,

    Simon

Children
Related