Hi, I'm having issues accessing multiple terminal in J-Link RTT Viewer v6.94b both in Linux and Windows. My setup is: - STM32H753VI custom board - J-Trace PRO and J-Link base - SWD port is used Code is very basic: - From STM32CodeMX enable Trace Asynchronous SW from Debug - Generate code - Add SEGGER sources - Add this to main C Source Code (23 lines) Expected result: - In Terminal 0 Source Code (8 lines)- In Terminal 1 Source Code (6 lines)- In All Terminals Source Code (13 lines) Actual result…