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.

CCS/AM5716: How to set the fixed address for variables.

Part Number: AM5716

Tool/software: Code Composer Studio

Hi Experts,

There are C language variables a, b, and c in the section A.
The each variable has fixed address in the section A.

If another variable d is added and complied, it seems the addresses for a, b and c are sometimes changed.
I would like to the same fixed address for a, b, and c even thought another variables are added in the same section A.

Could you please let me know any method to do that?

Best regards,
Hitoshi