Skip to main content
Lukasz Przenioslo
Associate III
November 26, 2015
Question

STM32F4 jump to bootloader without boot0 pulled up

  • November 26, 2015
  • 11 replies
  • 2081 views
Posted on November 26, 2015 at 14:19

Hello there,

I am working on an application now, where I need to send a command to the mcu through USB in order to reset the mcu and jump to system memory bootloader. On my board boot1 is shorted to ground, that means if I reset the mcu with boot1 pulled up, the system starts from bootloader. User however wont have access to boot1 phisically, so before watchdog reset I need to set boot1 in software somehow. Is that possible? I would apreciate all help!
    This topic has been closed for replies.

    11 replies

    Lukasz Przenioslo
    Associate III
    November 27, 2015
    Posted on November 27, 2015 at 13:05

    I get the overal concept, but my application is kind of tricky. I basically have to jump to bootloader on demand from user application. I cannot perform any additional actions during boot time of the machine or etc. That is the problem.