cancel
Showing results for 
Search instead for 
Did you mean: 

Converting project code files into flowcharts

kimia23
Associate

Hello, is it possible to convert all the codes and libraries of the project into a flowchart that is also editable? Thank you.

1 REPLY 1
Andrew Neil
Super User

There are probably tools that will take C source code and produce flowcharts - this won't be specific to STM32.

For example:

AndrewNeil_0-1759243821302.png

(other internet search engines are available)

 

I doubt that converting HAL code to flowcharts will be useful.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.