Currently available examples for NXP mimxrt1170 evaluation board and ST nucleo-f413zh board.
- Clone git repository SEGGER_SystemView_trace_example
- Load example project in used IDE of your choice(I used NXP MCUXpresso IDE and for ST microcontrollers STM32CubeIDE). This can be done in IDE by clicking on File->Import->Project from Folder or Archive.
- Build project and run it in debug mode.
In every example project built for specific board you can find README.md file. Follow the instruction and you will successfully run SEGGER SystemView library with FreeRTOS(or some other OS) and your desired microcontroller.