Add workaround for "unable to restore CPU specific source container" authored by Stefan Tauner's avatar Stefan Tauner
...@@ -79,6 +79,11 @@ If you are using the TI-RTOS then it is likely you have tried to register an int ...@@ -79,6 +79,11 @@ If you are using the TI-RTOS then it is likely you have tried to register an int
Since the RTOS handles interrupts itself using these functions is incompatible with it - avoid that and use the respective driver or set up an HWI instead. Since the RTOS handles interrupts itself using these functions is incompatible with it - avoid that and use the respective driver or set up an HWI instead.
{blank} {blank}
== When launching a specific program in the debugger I get the message "`Source lookup: unable to restore CPU specific source container - expecting valid source container id value.`"
Within the project directory try deleting the "`.launches`" directory (and possibly even the "`.settings`" directory if that's not enough).
The important data in these should be regenerated automatically when you launch a new debug session.
{blank}
== I get the message CORTEX_M4_0: Error connecting to the target: Frequency is out of range. == I get the message CORTEX_M4_0: Error connecting to the target: Frequency is out of range.
You have either no Launchpad connected, or there is some other problem connecting to it. You have either no Launchpad connected, or there is some other problem connecting to it.
... ...
......