Enable RTOS Awareness in Embedded Studio

From SEGGER Wiki
Revision as of 16:37, 27 March 2023 by Nino (talk | contribs)
Jump to: navigation, search

Enable thread awareness for embOS

Thread awareness for other OSs

In the Embedded Studio installation folder under /samples you can find RTOS awareness scripts for other RTOSs. Setup steps are the same as with embOS.

Note: When using FreeRTOS the scripts require FreeRTOS to be compiled such that the referenced symbols do not have static qualifier (so the debugger can access them).