I'm using STM32F103RBT6 with custom linker script where I'm alocating bootloader section in Flash, encryption keys, magic numbers, provision in RAM , but stmcube geberate large bin file > 390 Mbyte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-11 2:40 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-11 12:19 PM
Like you're describing a ridiculously large area, or separation of sections, and putting content in them both.
The Linker shouldn't be putting "content" in RAM, it should be staging it in FLASH, and the startup.s code should then move it to RAM each time the MCU starts.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-11 12:13 PM
Maybe share this script?​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-11 12:19 PM
Like you're describing a ridiculously large area, or separation of sections, and putting content in them both.
The Linker shouldn't be putting "content" in RAM, it should be staging it in FLASH, and the startup.s code should then move it to RAM each time the MCU starts.
Up vote any posts that you find helpful, it shows what's working..
