Difference between revisions of "How to enable RTOS thread awareness"

From SEGGER Wiki
Jump to: navigation, search
(Thread awarness for other OSs)
(Tag: Redirect target changed)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
#REDIRECT [[Enable_RTOS_Awareness_in_Embedded_Studio]]
== 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/embedded-studio/
 
* Open your Embedded Studio project
 
* Go to: Project->Edit Options...->Debug->Debugger->Thread Script File
 
* Set path to your downloaded thread awareness script and press ok
 
 
== Thread awarness for other OSs ==
 
The following thread awarness scripts are provided as is without claim for support.
 
Setup steps are the same as with embOS.
 
 
[[Media:FreeRTOS_ThreadScripts_ES.zip | FreeRTOS thread awarness scripts]]
 
 
'''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).
 

Latest revision as of 11:38, 20 May 2020