Tool/software: Code Composer Studio
Good evening.
I have a TI's DSP board, model TMS3206713 DSK.
I have imported on my CCS v5.5 an old program implemented in CCS v3. My compiler version is 7.4.4. In importing process I have enabled DSP/BIOS version 5. I have after added references to CSL and BSL libraries, setting path present in my pc. I can correct compile project but when I lunch in debug mode inserting one breackpoint I can't reach the next one. CCS seems like be suspended and the executing cursor disappears from code window.
If I reduce the heap and stack size, I can execute more code lines, but I cant't reach the end. I have noted the problem pariculary occurs recalling math.h functions.

