Tool/software: TI C/C++ Compiler
Hello,
I have a question regarding the placement of variables in the RAM. I have defined the following section in my project. The RAMGS0 and RAMGS1 should be used for this.
This section is used by the following variables.
After compilation I get an error from the linker.
The variables need a space of 0x1353 words. The sum of RAMGS0 and RAMGS1 is 0x2000.
Why doesn´t the segment fit into the memory?
Thank you very much
Ralf


