Skip to main content
ulissestpBR
Associate II
October 22, 2018
Question

Enter STM32 native bootloader from my application.

  • October 22, 2018
  • 1 reply
  • 669 views

Hello everyone.

I've been trying to activate the STM32 native bootloader in a STML082CZ, which is connected in my application's main microcontroller via USART. Anyway, the BOOT0 pin of STML082CZ uC is grounded in my PCB.

Once it's mandatory to set the BOOT0 pin and the nBOOT1 bit to High, is there a way to do this by code? It's my first time programming for a bootloader, and I still don't know how to switch the nBOOT1 to high.

Any clue would be highly appreciated.

Thank you so much.

    This topic has been closed for replies.

    1 reply

    Rob.Riggs
    Senior
    October 23, 2018

    Google for "stm32 Jump to bootloader". Lots of good advice on how to do that.