cancel
Showing results for 
Search instead for 
Did you mean: 

How to find and modify the run script in STM32CubeIDE?

GR88_gregni
Associate II

Hello,

I would like to know if I can find and modify the script that runs when the green (Run as..) button is pressed (Flashing code to board), in the STM32CubeIDE.

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

Check Run > Run Configurations... and/or Project > Build Configuration. AFAIK there is no script you could edit. The STM32CubeIDE User Guide shows what could be configured.

If you don't rely on advanced STM32CubeIDE features, try VS Code with STM32 plugin which is highly configurable.

hth

KnarfB

View solution in original post

1 REPLY 1
KnarfB
Principal III

Check Run > Run Configurations... and/or Project > Build Configuration. AFAIK there is no script you could edit. The STM32CubeIDE User Guide shows what could be configured.

If you don't rely on advanced STM32CubeIDE features, try VS Code with STM32 plugin which is highly configurable.

hth

KnarfB