Part Number: TMS570LS0714
Other Parts Discussed in Thread: TEST2
Tool/software: TI C/C++ Compiler
Hi Champ,
If customer define a const like below,
const uint16_t test1 = 0x1234;
and used this const in the code like below way.
uint16_t test2;
test2 = test1;
But after build, we cannot found test1 in .const section in the map file.
My customer need to do calibration and need the const with detail address.
Could you advise the way?
Thanks!