LiPo heater for cold weather conditions

Thread Starter

Saphira Dragon

Joined Mar 5, 2015
10
Yay! First test and the batteries didn't blew up. But as debugging revealed, our MCU isn't working yet. So back to the debugger. Does anyone have experience with ATmega406 programming and debugging. It seems to reset right before entering the main loop.
 

Papabravo

Joined Feb 24, 2006
21,158
Yay! First test and the batteries didn't blew up. But as debugging revealed, our MCU isn't working yet. So back to the debugger. Does anyone have experience with ATmega406 programming and debugging. It seems to reset right before entering the main loop.
This is likely an interrupt which has been enabled but which has no interrupt service routine. Many ATMega compilers (including CodeVision) set unused interrupt vectors to RESET.
 
Top