This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to print UART message in "ble_app_uart" project in SDK15.2

Hi,

Does "ble_app_uart" project can print debug message from "UART" interface? How can I do this job?

PS. My UART Port is at P0.18 (TX) and P0.19(RX).

Thank you,

Chianglin

Parents Reply
  • Hi Vidar,

    I had try to use printf() to write data to UART, and the UART interface is connect to PC, but I can not find any data  in PC console.

    My environment is:

    1. Use Nordic's nRF52832 EVM board.

    2. Use "ble_app_uart" project of SDK15.2, and I doesn't modify any thing.  Actually, there have "printf()" function in main.c.

    But I still can not found any message from PC via UART interface.

    How can I fix this problem?

    Thank you,

    Chianglin

Children
Related