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

RTT on os X

Hello,

i want to use Seggers RTT on os X (nrf52832). I followed the Tutorial and i compiled and upload with success. But if i start JLinkRTTClient on my mac nothing happens. it always tries to connect via localhost.

I am not sure if i am on the right way, may someone how allready use RTT on OS X could give me some advice :)

Kindly, Nils

Parents
  • Hi,

    Information is based on this post over on the SEGGER forums.

    To use the RTT for OS X you need to launch/configure JLinkCommander(JLinkExe) with your connection settings, navigate to the folder containing the executable files and run JLinkExe -device nRF51422 -speed 4000 -if SWD, keep this window open, it is running the server that you are parsing RTT info from. In a different terminal you can now run JLinkRTTClient, and it will connect to your devkit.

    image description

    Best regards,

    Øyvind

Reply
  • Hi,

    Information is based on this post over on the SEGGER forums.

    To use the RTT for OS X you need to launch/configure JLinkCommander(JLinkExe) with your connection settings, navigate to the folder containing the executable files and run JLinkExe -device nRF51422 -speed 4000 -if SWD, keep this window open, it is running the server that you are parsing RTT info from. In a different terminal you can now run JLinkRTTClient, and it will connect to your devkit.

    image description

    Best regards,

    Øyvind

Children
Related