[quote user="Lunatic911"] Does anyone know something I might be missing, or is this not possible with the Launchpad?[/quote]Are you using the TI or GCC ARM compiler? E.g. if the GCC compiler is used and SemiHosting is enabled then the program won't start unless running under the debugger, since the start-up code uses a breakpoint instruction which requires the debugger to resume execution. To debug where the program is stuck after a reset, you can use CCS to connect the debugger without reseting the running device - see http://processors.wiki.ti.com/index.php/MSP430_-_Connecting_to_a_running_target .
↧