Part Number: TMS320F28035
Tool/software: Code Composer Studio
For calibration variables, we need define working page, reference page (with default value page).
In CMD file, set a section with load memory, and get the load address variable (void * type). If the calibration is not constant, the load address is as same as run address. But if it's define with variable, it can not direct access the variable to write value(shall use pointer).
When compiler build source code, it will this warning as follow:
Description Resource Path Location Type
#10083-D LOAD placement ignored for "section_xxx": object is uninitialized F28035.cmd /EB_PMSM_Gen2 line 254 C/C++ Problem.
CCS version: 6.1.3
Compiler version: TI v18.12.1 LTS
How to solved this problem?