Posted on December 21, 2005 at 12:18Hey, 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 t...
Posted on September 19, 2005 at 12:41Hello Jimmey, Are you using Keil ULINK as USB-JTAG adapter? There may be a problem in adapter HW. I've managed to program my own board with ULINK by a combination of reseting the target, unplugging the ULINK and ...