Hello, I am trying to get FreeRTOS v 10.0.1 to run with SEGGER SystemView v3.1. I have copied and implemented the source and header files according to the SEGGER manual. Sadly I get an unresolved reference error with the SEGGER_RTT_ASM_WriteSkipNoLock() function although I have added the new folders to my include paths. As I have searched the internet for possible solutions, I am stumbled over the "improper linking". So that I need to do a manual linking of the new source files? I tried to set t…