You can do this by watchdog reset. Assembler code would look this: > @ force reset > ldr r0, =0xe0000000 > mov r1, #3 > str r1, [r0, #0] > str r1, [r0, #4] > mov r1, #0xaa > str r1, [r0, #8] > mov r1, #0x55 > str r1, [r0, #8] > b . Hope this helps. Jaya --- In lpc2000@yahoogroups.com, "SR" <emddjava@...> wrote: > > The other thing I really like to know is if there is any code or anyway I > can get the processor to do a restart thru software and get the board on a > hardreset status, please advise > > Samuel Send instant messages to your online friends http://au.messenger.yahoo.com
Message
Re: Phytec LPC2294 board UART problems
2006-02-21 by Jayasooriah