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

no logs in terminal for ble_app_uart_c

I am using the nRF52832 in Rigado BMD-301 module. Updated to s132_nrf52_5.0.0 and nRF5_SDK_14.0.0_3bcc1f7, built the ble_app_uart_c without any changes and programmed it on the board using nRFgo Studio. The problem is that i cannot see any info/debug/error messages in my terminal nor the J-Link RTT viewer. The thing is that i tried doing the same with other examples from this SDK and it all worked fine with the exact same setup.

I am able to see logs when app_uart_put is used.

Has anybody had this happen to them?

  • Looking in the map files, i can see that all the .debug_str sections differ in size with mine being bigger. I checked the hex file that you attached on Sep 12, it does not work for me as well, while the hex file you attached on Sep 7 does work.

  • Hi

    I have this exact same issue. Keil V5. NSDK 15.2 Stock code, no logging output via either UART or RTT. In Main, there are two lines:

    printf("BLE UART central example started.\r\n");
    NRF_LOG_INFO("BLE UART central example started.");

    The 'printf' shows in my terminal via UART, but NOTHING is shown for any of the NRF_LOG_INFO lines anywhere in the project. Logging is set to info and turned on in SDK Config.

    A lack of any logging makes it near impossible to debug this app or the client app that connects to it, and makes the example useless

    Please advise how to enable logging!

    Nigel

Related