Skip to main content
VLau
Associate III
November 2, 2021
Solved

RTOS visualization

  • November 2, 2021
  • 1 reply
  • 1266 views

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

This topic has been closed for replies.
Best answer by KnarfB

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

There are features missing, but it works for me.

hth

KnarfB

1 reply

KnarfB
KnarfBBest answer
Super User
November 3, 2021

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
VLauAuthor
Associate III
November 5, 2021

Thanks, looks like exactly what I need

KnarfB
Super User
November 6, 2021

> 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