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 think P0.18 and P0.19 don't have problem to define as UART, because this 2 pins can work correct when I use "peripheral\uart" project.

    The "nRF UART APP" can not find the BLE device which describe In my previous mail. May be the device had been crash, so BLE can not work.

    The only change between “BLE can work or not" is "I modify the tx_pin_no and rx_pin_no in structure "comm_params".

    Would you please tell me why my device is crash after I do these change?

    Thank you,

    Chianglin

Children
Related