Tool/software: Code Composer Studio
Hello All,
I am working on MSP430FR5969. In this device I have problem related constant variable. I just want to know that, if in my program there is constant variable then where exactly it will store, in RAM or FRAM?
I used variable as, const int Data = 2;
Can anybody please tell me where exactly I can find that address location of constant in memory map file?
Thanks,
Sandhya Yadav