Question
increasing .bss section in linker file with code block from external flash
- May 9, 2025
- 2 replies
- 693 views
Hi
The FrontendHeap is very small and i have "unused" external flash.
So my intension was to increase the .bss secction in linkerscript with a memory block in the linker file,
which causes a hard fault.
I'm new in ARM linker file and have no clue about linking more than one memory block to one
secction, especally the bss secction.
I'm not sure, which way i have to take in the linker file, so i try the following (short form) which based on a
article. im not sure about the pattern bss# and the start and end flags.
Pleas see the extract from linker file, which caused the error by linking in STM32 IDE.
I'm thankful for every hint, how to make the bss secction larger by a additional memory block.
