Skip to main content
Visitor II
February 23, 2022
Question

Hi! I use the STM32 Cube IDE. At the moment I'm trying to implement bootloader. I can't figure out how to specify the start address of the flash entry in the Cube IDE.

  • February 23, 2022
  • 1 reply
  • 794 views

For example, in the KEIL uVision 5 IDE, it is possible to specify the starting address in the "Options for Target" window. I would like to know how to do the same in Cube IDE

    This topic has been closed for replies.

    1 reply

    Graduate II
    February 24, 2022

    Your ask isnt perfect , bootloader dont need change start address. But ofcourse app part need it and in CubeIDE you need edit linker ld file, and in system files vector table offset.