Tool/software: TI C/C++ Compiler
Hi all,
I am trying to write to infoB of MSP430G2553 using,
#pragma DATA_SECTION(var_a, ".infoB")
const int var_a = 980;
But if I replace the infoB with infoC then I am able to write to infoC but not to infoB, is there any way possible to write to infoB as I have utilized the entire infoC and infoD. Can't use the infoA because of clock calibration data.
Thanks
Nitish