Skip to main content
kimia23
Associate
September 30, 2025
Solved

Converting project code files into flowcharts

  • September 30, 2025
  • 1 reply
  • 226 views

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

Best answer by Andrew Neil

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 very useful.

1 reply

Andrew Neil
Andrew NeilBest answer
Super User
September 30, 2025

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 very 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.