Skip to main content
JLaub.1
Associate
September 16, 2020
Question

Program uploaded with STLink Utility doesn't run

  • September 16, 2020
  • 2 replies
  • 634 views

Hi, this is a newbie kind of question i think.

I have a very simple program, one that blinks a led. I can debug and run from inside STMCube IDE (all works ok), but if i upload the bin file with the STLink Utility (Windows), the program doesn't run. What i'm doing wrong?

Thanks in advance

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
September 16, 2020

Is this a custom board? What STM32 part?

Make sure BOOT0 pin is pulled low.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
JLaub.1
JLaub.1Author
Associate
September 16, 2020

Thanks clive1 for the answer. The board is the DIYMORE STM32F407VGT6. And i was not aware of the need for pulling down BOOT0 (it seems STMCube IDE doesn't need this)