2007-03-13 08:39 PM
2007-03-13 08:39 PM
Jumping to the reset vector will work, but you have to be careful as it is not the same as a proper reset, in that registers/interrupts will not be reset. At the very least I would disable any enabled interrupts before jumping to the reset vector. There is also a section in the datasheet (EIC IRQ notes) that is worth reading if you are going to do this.