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

SWO

I am using the Segger Embeded studio and wondering about the SWO output.

I know I can load code and set break points with just SWDIO and SWDCLK.

So with RTT do I really need SWO ?

If I want SWO can it be on any GPIO pin ?

Can I have one pin that has SWO and GPIO for led control at the same time?

How much of my RAM on a nRF52840 does RTT support take ?

Parents Reply Children
  • If I leave Segger and used JTAG would I need SWO .  I do not plan to do this but just wanted to leave JTAG as an option for future needs.

    It looks like the Keil Serial viewer uses the SWO pin  and the J-link has a viewer as well.

    but I think Segger has started using RTT as a replacement for SWO .  Is this correct ?

    Do the Nordic SDK 15 examples have the RTT tools installed ?

    Do the Nordiw SDK 15 examples support printf on the SWO line ?

Related