Tool/software: Code Composer Studio
I'm confronting this interesting new message:
"CORTEX_M4_0: Symbol Manager: the object file contains invalid call frame information at .debug_frame 0x2d3a; the rest of call frame information will be skipped. Callstack may not be unwound properly."
Some relevant information:
- CCS 7.3.0.00019 running in Windows PC
- Started showing up today, after updating the TI Emulators package to 7.0.100.1
- Probe is XDS110
- Targets are TM4C1294NCDPT
The project is a stable one, I do not suspect anything in it, the boards are good and proven.
Something seems to have become conflicting on the debugger (after the update, the actual firmware inside the debugger also got updated):
On target board "A', I could no longer start a debugger session. I was able to download new firmware to it directly via Uniflash, but not via the CCS Debugger... Temporarily changed the probe to a ICDI, and got it running on CCS.
On target board "B", these Invalid Frame messages are showing in the Console.
Any ideas?
Bruno