This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

set ram address to variable in CCS

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

0