Tool/software: Code Composer Studio
Hello.
I have problem with reset device in debug mode (in code composer), and reset with button (reset pin). Device not always reset, in debug mode I use Run->Reset->Board Reset (automatic) and my device run normal when code begin from
__STATIC_INLINE void
CPUwfi(void)
{
// Wait for the next interrupt.
__asm(" wfi\n");
}
if debugger run from main finction I have exeptance (Main_assertHandler in example project). The same problem without debugger I push reset button repeatedly while device will not start. What could be the problem ?