cancel
Showing results for 
Search instead for 
Did you mean: 

RTOS visualization

VLau
Associate III

Hey!

Is there a way to trace FreeRTOS data using CubeIDE? I want to see recordings of OS related data like scheduler, threads, semaphores states, etc. I know there're commercial products for this.

If anyone did something similar using ST tools that would be really helpful.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

I revived an ancient tool for doing so: https://gitlab.com/KnarfB/timedoctor

There are features missing, but it works for me.

hth

KnarfB

View solution in original post

4 REPLIES 4
KnarfB
Principal III

I revived an ancient tool for doing so: https://gitlab.com/KnarfB/timedoctor

There are features missing, but it works for me.

hth

KnarfB

VLau
Associate III

Thanks, looks like exactly what I need

KnarfB
Principal III

> Thanks, looks like exactly what I need. Can't install frontend tool though.

Did you solve that? The original GUI needs a 32-bit java runtime installed.

The latest alternate GUI is C++ using Qt: https://github.com/theDTV2/TDV2.

Feel free to open issues on github if you find some.

hth

KnarfB

VLau
Associate III

The Qt-based tool worked for me, but the java-based did not. Not sure why, perhaps because I am completely unfamiliar with building and running Java apps in the first place