Hi All, I want to know is it possible to define some variables in section A, another variables in B, another ones in section C, and then force ld to start all those sections from the same location in RAM. (The actual start address is not critical, I need just to put variables that have no simultaneous use to the same memory. This will reduce the memory requirements. MSP430 does not have a plenty of RAM :( ).
I know I can use structs and unions, but it looks ugly, aspecially when variables are used by functions from the different files. Any suggestion ? Thanks, Oleg.