Hello, When I restart my application with debugger, i have strange IRQs called (TWI, ...) before init. Possibly IRQ still active and debug don't touch them.
Can I disable all IRQ on restart ? Is there a magic cleaning function ? :-)
Hello, When I restart my application with debugger, i have strange IRQs called (TWI, ...) before init. Possibly IRQ still active and debug don't touch them.
Can I disable all IRQ on restart ? Is there a magic cleaning function ? :-)
chip was broken with __disable_irq(); finally i changed the chip on my board
chip was broken with __disable_irq(); finally i changed the chip on my board