Hello Everyone,
My team and I are currently evaluating CCS5 and we have an unreasolved problem.
We were working on a program that was compiling and debuging with succes. We are using Code Composer Studio Version: 5.3.0.00090 with a MSP430F5522. After added some more code, the program is compiling with no errors, but the debug mode fails. When entering debug mode, we have one of the two following messages:
"Can't find a source file at "/tmp/TI_MKLIBaXqLbT/SRC/copy_zero_init.c"
"Can't find a source file at "/tmp/TI_MKLIBaXqLbT/SRC/copy_decompress_rle.c"
There is a global variable in our code initialized like this:
PRIVATE T_UBYTE incomingBuffer[520];
We noticed that if we reduce the incomingBuffer size to a lower value (400 for example) the debug mode is working.
We checked that this is not a RAM problem, because there is more free space available.
I hope you can help us with this mystery
Thanks in advance,
Antoine