Difference between revisions of "Enable RTOS Awareness in Embedded Studio"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "== Enable thread awareness for embOS == * First download the latest thread awareness script from our website: https://www.segger.com/products/rtos/embos/tools/plug-ins/embedd...")
 
Line 7: Line 7:
   
 
== Thread awareness for other OSs ==
 
== Thread awareness for other OSs ==
  +
In the Embedded Studio installation folder under /samples you can find RTOS awareness scripts for other RTOSs.
The following thread awareness scripts are provided as is without claim for support.
 
 
Setup steps are the same as with embOS.
 
Setup steps are the same as with embOS.
 
[[Media:FreeRTOS_ThreadScripts_ES.zip | FreeRTOS thread awareness scripts]]
 
   
 
'''Note:''' When using FreeRTOS the scripts require FreeRTOS to be compiled such
 
'''Note:''' When using FreeRTOS the scripts require FreeRTOS to be compiled such

Revision as of 16:37, 27 March 2023

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).