2023-05-11 02:40 AM
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.
2023-05-11 12:13 PM
Maybe share this script?
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.