hi all,
Initially i was using keil compiler. But now i am shifted to CCS 5.2.
In keil to give particular ram address to variable (global) we used "__attribute__"
eg. float a __attribute__((at(53687)));
In CCS it is giving an warning attribute "at" ignored
What should i use in CCS to set ram address to variable (global).
Thanks & regards,
Dhanush