Hello,
I am using microcontroller Tms320f280049m, code composer studio 11.0 and compiler version 21.6.0.LTS.
I am facing the below mentioned issue:
Whenever I change a #define value or add a new variable or initialize a new variable, my code works in debug mode but not in stand alone mode.
And whenever I undo the change, my code works in debug as well as stand alone mode.
Also whenever I change a #define value, my map file gets changed and that code (.out file) doesnot work in stand alone mode
Note: No errors given
Please help me find out what is the issue.
Thanks and Regards,
Selec