Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.05 KB

File metadata and controls

18 lines (13 loc) · 1.05 KB

ThreadX RTOS awarennes plugin for Segger Studio

Segger Studio allows to use custom JavaScript program, so called "Threads Script" or Plugin, to show detailed information about the executing context via the Threads window: View --> More Debug Windows --> Threads (Ctrl+Alt+H).

There are sample thread awareness scripts, located in the Segger Studio installation folder, Windows path example:

%ProgramFiles%\SEGGER\SEGGER Embedded Studio 8.xx\samples\

To use the thread awareness, set the path to the thread script in Project options --> Debug --> Threads Script File,
for example $(ProjectDir)/ThreadX_Plugin.js

References