Tool/software: Code Composer Studio
Hello,
When we use CCS8.3 to load program into 28335 chips, there's a chance about 1%-2% that the memory area which was allocated to .cinit is empty.
The associated memory allocation is shown below:
FLASHD : origin = 0x320000, length = 0x008000
.cinit : > FLASHD PAGE = 0
.switch : > FLASHD PAGE = 0
IQmathTablesRam : > FLASHD, PAGE = 0
I've checked all the abnormal chips, most of the memory including the .switch area and IQmathTablesRam area were loaded properly, only the .cint area was filled with 0xFFFF instead of the expected data.
We'vd tried different versions of CCS, but the problem was still there.
In addition, if I try to load the program a second time, the .cinit area can be written as normal.
I wonder if there are any configuration or program problems that are causing this phenomenon.
Regards.