Has anyone seen an issue with the call stack display in the debug window? What I'm seeing is that when I step into a function The issue appears to be a problem with the call stack logic in Code Composer, there is no real stack corruption.
The displayed call stack is OK at the beginning of function LimeCalibration (LimeCal-514-1.png) but as the first few instruction are executed (LimeCal-514-2.png & LimeCal?-515.png) Code Composer lost track of the call stack before the call to LimeCalibration. During the execution of LimeCalibration (NS_getc-55.png, LimeCal-535.png) the displayed stack is correct for all calls made during LimeCalibration but the display is missing the calls before the call to LimeCalibration. Then I singled stepped through the return from LimeCalibration (LimeCal-547.png) to rf_verify_main (rf_ver-286.png) to the return to main (main-320.png). This verified that the actual stack frame if functioning fine, it's just a Code Composer call stack display issue. Attached files
(Code Composer screen shots of the sequence):
-- LimeCal-514-1.png
LimeCal-514-2.png
-- LimeCal-515.png
-- LimeCal-535.png
-- LimeCal-547.png
-- LimeCal-547-2.png
-- NS_getc_55.png
-- rf_ver-286.png








