2005-12-21 10:22 PM
Timer interrupt and software reset
2005-12-21 03:18 AM
Hey,
I noticed that if I try to generate software reset from Timer0 interrupt handler, the controller won't boot. The code I used to generate reset is: RCCU->CCR |= 0x808; RCCU->SMR |= 0x02; Same code works when the reset is generated for example from main(). What's the reason for this behaviour? Is this a bug or a feature? :o Noticed also that Reference Manual says that bit 11 (EN_HALT) in RCCU_CCR register is not Read-Write. Is this a document bug? Regards, Hanky