Static diagram tool - multiple tasks in code - freertos

Thread Starter

Vindhyachal Takniki

Joined Nov 3, 2014
598
1.started usinng freerots, have multiple tasks like ble server, wifi, pwm, adc, nvs, etc

2. Now as code increases, new tasks keep on adding, is there any good static digarm tool which can make a diagram of all tasks & give a glance how all tasks are managed, so that it can give idea at glance

3. deepseek suggested plantuml, i tried as well, it is generating good digarms

4. Just wanted to know what static tool is mostly used in industry & any good suggestions ?
 

MisterBill2

Joined Jan 23, 2018
27,164
A lot more detail as to what is actually desired, with more complete names, will certainly allow more useful answers to whatever the question really is.
That means that I find the initial post a bit unclear.
 

nsaspook

Joined Aug 27, 2009
16,249
Doxygen is what I use to make pretty pictures of code. I don't find the diagrams very useful. Much more useful is structured code and not going crazy with RTOS tasks.
1759849594708.png
1759849865831.png
 

MisterBill2

Joined Jan 23, 2018
27,164
Not at all like the flow charts that I sometimes use, but quite interesting. They might be easier to read if the lines were shorter. But certainly a useful concept.
 
Top