I am working with the Tiva-C launchpad.
When I attempt to load code, I get an immediate abort, and the program is unable to run.
The error appears to start in ti_catalog_arm_cortexm4_tiva_ce_Boot_sysCtlClkFreqSet.
Message is: "ti_catalog_arm_cortexm4_tiva_ce_Boot_sysCtlClkFreqSet_E does not contain frame information".
I am using Code Composer 5.5, with SYS/BIOS 6.35.4.50.
I suspect there is a setting or option missing somewhere, but I do not know where to look.
Some history on the project:
I completed the RTOS kernel workshop with this launchpad and successfully completed all labs.
I developed a set of code for my application without BIOS, but now I am attempting to port this to BIOS.
I have attempted a 'clean' build, with the same result.
Thank you
Dale