Using RTT SEGGER with MbedOS

Hi,

I’m trying to add RTT to my MbedOS project. I am using a PSoC 6 MCU. I imported this library into my project: SEGGER_RTT - RTT Debugger Library | Mbed. For some reason, the RTT Viewer is not recognizing my MCU, even if I select the right number. Do I need to add anything to my mbed_app.json file?

Thank you.

Did you call SEGGER_RTT_Init()?

Yes, I did. Do you know if I need to add anything to my .json file for this library to work? Or if there is anything special that needs to be done for PSoC 6 to be compatible with this protocol?

Thank you!