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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-23 7:31 AM
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
Labels:
- Labels:
-
STM32MP15 Lines
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-24 4:53 AM
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.
