Hi, I got a warning when i build my project.
" LOAD placement ignored for "Cla1Data": object is uninitialized"
I use ccs3.3 and the chip is F28035.
The Cla1Data in the cmd file:
Cla1Data : LOAD = FLASHA,
RUN = CLA_DATARAM,
LOAD_START(_Cla1mathTablesLoadStart),
LOAD_END(_Cla1mathTablesLoadEnd),
RUN_START(_Cla1mathTablesRunStart),
PAGE = 1
and i declare in .c :
#pragma DATA_SECTION(fPeriod, "Cla1Data");
float fPeriod = 781.0;
What does this warning mean?