Skip to main content
Visitor II
September 16, 2020
Question

Program uploaded with STLink Utility doesn't run

  • September 16, 2020
  • 2 replies
  • 608 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

    Graduate II
    September 16, 2020

    Is this a custom board? What STM32 part?

    Make sure BOOT0 pin is pulled low.

    JLaub.1Author
    Visitor II
    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)