Other Parts Discussed in Thread: MSP430F2410
I have CCS(V 6.0.1.00040) project code for MSP430F2410 MCU.
I can able to build the code.
During debug session it start running automatically and it doesn't come to main.
When i pause it says the below error.
====================
Can't find a source file at "c:\users\bgh36658\appdata\local\temp\ti_mkl~1\src/copy_zero_init.c"
Locate the file or edit the source lookup path to include its location.
====================
Also i enabled below as per below threads but it doesn't help
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/293874.aspx
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/247877.aspx
If i run a simple hello world code it runs perfect and control comes to main.
How to solve this issue?
