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
  • Hi

    Okay, do you know what pins the BL653 uses for UART communication over terminal? Since it is not the nRF52833 DK from Nordic I can't  guarantee that it uses the same pins for UART communication with the computer. I would suggest taking a look at the prj.conf file from the peripheral_uart sample projects located at ...\ncs\v1.7.0\nrf\samples\bluetooth\peripheral_uart where a few vital configs are set to make sure prints are being printed to the UART console, and enabling the UART driver, etc.

    Best regards,

    Simon

Reply
  • Hi

    Okay, do you know what pins the BL653 uses for UART communication over terminal? Since it is not the nRF52833 DK from Nordic I can't  guarantee that it uses the same pins for UART communication with the computer. I would suggest taking a look at the prj.conf file from the peripheral_uart sample projects located at ...\ncs\v1.7.0\nrf\samples\bluetooth\peripheral_uart where a few vital configs are set to make sure prints are being printed to the UART console, and enabling the UART driver, etc.

    Best regards,

    Simon

Children
Related