Tool/software: TI C/C++ Compiler
I have qty 4 two dimensional floating point arrays I would like to store in the Shared RAM section. It appears there are 14 sections labelled RAMGS0-RAMGS13 in the Data Memory Page, each 0x001000 large. I have studied the documentation and I think I am close to understanding, but missing the final details. I would think the #pragma DATA_SECTION would work for the Arrays, but not sure how to make sure the memory sections are concatenated. Could I redefine a memory section in the .cmd file to encompass the memory space needed?
Thanks for your attention and help.