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, so what board file are you using, and where do P0.06 and P0.08 go on the BL653 board (which are the default pins used by the UART). If you set the RTT console as in the peripheral UART you should be able to connect to RTT in the nRF terminal by selecting the board name instead of the COM port. I don't know what pins the BL653 uses for UART communication. You might have to make some changes in the board file (UART pins) to see UART data out on your terminal.

    Best regards,

    Simon

Reply
  • Hi

    Okay, so what board file are you using, and where do P0.06 and P0.08 go on the BL653 board (which are the default pins used by the UART). If you set the RTT console as in the peripheral UART you should be able to connect to RTT in the nRF terminal by selecting the board name instead of the COM port. I don't know what pins the BL653 uses for UART communication. You might have to make some changes in the board file (UART pins) to see UART data out on your terminal.

    Best regards,

    Simon

Children
No Data
Related