Skip to main content
Associate II
September 11, 2024
Solved

How to find and modify the run script in STM32CubeIDE?

  • September 11, 2024
  • 1 reply
  • 678 views

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.

Best answer by KnarfB

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

1 reply

KnarfB
KnarfBBest answer
Super User
September 11, 2024

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