Unable to print using printf or nrf_log_info

I am using nrf5 sdk 17.1.0, segger embedded studio v6.40 and nrf52832-dk, when running the spi example, i do able to see the log only after the build, and when i reset the device no log is shown on the Jlink-RTT viewer. When running the uart example provided in nrf5 sdk i was unable to see any anything on the terminal also. Can you please let me know what might be the potential reason?

Parents Reply Children
  • Ah, yes.

    Sorry for not noticing, but it has been a while since I saw this issue. 

    If you look in the release notes, you can see what SES version this SDK is tested with. It says 5.42a, which means we don't maintain it for versions newer than this.

    I think it was SES v6.0 or something that introduced a breaking change regarding logging, meaning it will not work out of the box. So the easiest way to get this working without any hassle is to use v5.42a.

    Best regards,

    Edvin

Related