Posted on February 22, 2007 at 04:51What exactly do Software Reset and Watchdog Reset do within the STR711? Do they reset all the peripherals, as if the hardware reset line had been asserted? This isn't clear to me from the Reference Manual. Dave
Posted on February 16, 2007 at 08:40Following up my own posting: I have tried the watchdog method of resetting the STR711, but I can't even get that to work. I have: // Set the watchdog timer going in order to generate a reset // The clock prior t...
Posted on February 16, 2007 at 05:32I found the answer a couple of days ago, but my attempts to reply failed. The problem was that I kicked off the erase, then used WaitForLastTask to see if it had finished. WaitForLastTask boils down to checking FL...
Posted on February 16, 2007 at 04:34I need to reset an STR711 too. I tried setting those bits in RCCU_CCR, then Halt in RCCU_SMR, but it doesn't appear to work. It just looks dead - no LEDs, and the USB stack can't communicate with it. I say doesn't...
Posted on February 13, 2007 at 10:02I'd appreciate some help here, please. I have a Front Panel PCB based on an STR711FR0T6 and interfaced via USB. I have developed the code with the IAR ARM Kickstart Kit version 4.41. Everything has been trouble fr...