Question
I am trying to run some applications on STM32 through the STMCubeIDE. Just wanted to know if there is any API which can be used inorder to perform the same functions using CLI.
The overview of the workflow is as follows: Open the STMCubeIDE -> Open new Project -> elect the directory -> Build -> debug -> build
So I am looking for a python library/API which can be used to perform the same function through Automation.
The UI automation through GUI is a little complicated approach, hence I am looking for CLI alternatives to perform the above mentioned steps on STM32.