Tool/software: TI C/C++ Compiler
I have an older project that was created using a V5 CCS and complied with TI v6.4.0 compiler. Recently I downloaded a V7 CCS and the problems have begun... First the project would not compile at all with TI V16.9.3. Once I figured out all the problems the code complies without errors, but when I run in the debug mode the program crashes when it tries to load stuff into RAM memory. it gets stuck at the memcpy function. I downloaded the TI v6.4.0 compiler and used it with v7 CCS and it works, but the problem is that the debug features are very limited (is that only in my case or in general?).
I have another computer that I earlier downloaded the v7 CCS with the TI 16.9.3 compiler and everything works fine, as it suppose to. I compared the settings between the two computers and everything looks the same.
I'm using a XDS510LC USB JTAG debugger.
Did anyone have similar issues? Any help is greatly appreciated. Thanks.