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

From SEGGER Wiki
Jump to: navigation, search
(Thread awarness for other OSs)
(Thread awarness for other OSs)
Line 11: Line 11:
   
 
[[Media:FreeRTOS_ThreadScripts_ES.zip | FreeRTOS thread awarness scripts]]
 
[[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).

Revision as of 15:44, 23 March 2018

Enable thread awareness for embOS

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.

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