Forum: System Workbench for STM32

How do I upload and get the code to run withOUT debugging?

Coming from perspective of Arduino here. No idea how to use a debugger (serial debugging is my forté). I’ve got some blink code working on a Nucleo F103 board. How do I upload it without starting the debugger?

My current solutions are:
1) don’t use System Workbench to debug or upload. Just use it to build then drag the .bin file manually on top of the flash drive created by the programmer and it gets programmed automagically
2) Hit Debug then press F8 to continue past some sort of thread-based OpenOCD breakpoint or something I don’t know how to turn off

What I’d like to do is hit “Debug” then watch it upload, not do breakpoints, and start running immediately.

Thanks!