Topic : Second Initialized Data Section

Forum : ARM

Original Post
Post Information Post
January 13, 2011 - 6:11pm
Guest

In addition to the .data section, which gets loaded by the startup routine with constant data from Flash, I would like to create a second similar section that gets mapped to a different Memory but gets loaded from Flash by the startup routine. How can I define this new section in a linker script?

I'm using the STM32F105VC processor with the Raisonance tools.

Thanks.