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

RTT logging with freeRTOS and nRF5 SDK for Thread

I am trying to test a combination of BLE central role, Thread with CoAP server and FreeRTOS on an nRF52840 using version 0.10.0 of nRF5-SDK-for-Thread.

I don't seem able to get RTT traces from any example based on freeRTOS. RTT traces do work instead on other examples not based on freeRTOS.

Is this a known issue?

My environment is as follows:

  • SoftDevice: s140_nrf52840_5.0.0-2.alpha
  • Host: macOS 10.12.6
  • Cross compiler: gcc-arm-none-eabi-6-2017-q2-update
  • Segger J-Link: SEGGER J-Link Commander V6.18a (Compiled Aug 11 2017 17:53:50)
Related