TMS320F2800156-Q1: data_section

Part Number: TMS320F2800156-Q1

hi expert:

The data_section variable is unused and has been optimized for CCS. How to prevent it from being optimized

such as

#program data_section(mydata,"mydata")

const uint16 mydata = {21,34,56,78,80};

I want to save this information to RAM, but this array was not called and was optimized by CCS.

How to prevent it from being optimized?