This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LC4357: How to Control the Order of Global Variables in Custom Memory Sections

Part Number: TMS570LC4357

Tool/software:

Hi,
My goal is to ensure that global variables are placed in a specific section (e.g., .shared_data) and maintain a particular order in memory, without relying on structures, pointers, or location operators. However, using KEEP, retain, or section does not achieve this.
Any help would be greatly appreciated!