Skip to main content
Graduate
December 17, 2023
Question

Forcing boot from FLASH from "a unique entry point in main Flash memory." ??

  • December 17, 2023
  • 1 reply
  • 856 views

In the RM it says the above, but the only information i can find in the chapter that is referenced to is: "force boot from FLASH".

Is there a way to define a "unique" entry point, or ist this just wrong in the manual?

    This topic has been closed for replies.

    1 reply

    Super User
    December 17, 2023

    Perhaps it could be written better, but 0x08000000 is a unique entry point. You cannot boot to an arbitrary FLASH address on this chip. Some families such as the STM32H7 let you put a custom address to boot from.