2020-08-19 02:03 PM
In old AC6 workbench, I could add such python script as external tool to auto-build always before compiler runs. Now with STM32CubeIDE, I've found how to do manually with 'external tools' button. Can I add back to project to auto-run again?
Solved! Go to Solution.
2020-08-19 03:27 PM
You can add pre-build steps within the project properties.
STM32CubeIDE (Eclipse) support some global and project-level variables which can help here. But you could always just use absolute paths instead.
2020-08-19 03:27 PM
You can add pre-build steps within the project properties.
STM32CubeIDE (Eclipse) support some global and project-level variables which can help here. But you could always just use absolute paths instead.