Which command for compiling only specific memory address (area in linker script)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-02-26 12:59 AM
Hello,
i have "splitted" the memory into several parts using the linker script.
Now i want to compile only one part to just upload that area.
They are splitted correct, so that an erase of one area will not touch the other areas.
i.e. external memory:
Area1 (r) : ORIGIN = 0x90000000, LENGTH = 2048K
Area2 (r) : ORIGIN = 0x90200000, LENGTH = 2048K
Now i just want to compile the Area2 that i have a file which only contains the Data from 0x90200000 to 0x903FFFFF
I hope that is possible.
Thank you very much.
Labels:
- Labels:
-
STM32CubeIDE
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
