2020-05-07 11:54 PM
Mcu:stm32L471RET6
IDE:stm32cubeide 1.1.0
How can i set the ram2's load address like as ram?
2020-05-08 12:19 AM
The contents of the .bss sections are initialized to 0 by the runtime startup code, they are not loaded from anywhere.
2020-05-08 12:32 AM
When build the project, the ide generate the bin file and include large mount of zero at the end of the file. I try to set the ram2's load address to solve this problem.Is there any other way?
2020-05-08 12:34 AM
When build the project, the ide generate the bin file and include large mount of zero at the end of the file. I try to set the ram2's load address to solve this problem.Isthere any other way?
2020-05-08 12:49 AM
Check the map file, what is actally loaded at at those addresses filled with zeroes.
What else did you change in the linker file?