2021-11-02 02:38 PM
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
Solved! Go to Solution.
2021-11-03 08:22 AM
I revived an ancient tool for doing so: https://gitlab.com/KnarfB/timedoctor
There are features missing, but it works for me.
hth
KnarfB
2021-11-03 08:22 AM
I revived an ancient tool for doing so: https://gitlab.com/KnarfB/timedoctor
There are features missing, but it works for me.
hth
KnarfB
2021-11-05 02:52 PM
Thanks, looks like exactly what I need
2021-11-06 07:30 AM
> 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
2021-11-08 06:56 AM
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