Re: [Openocd-development] Resetting Cortex A8 into halted state

2010-06-23 Thread Øyvind Harboe
On Wed, Jun 23, 2010 at 12:12 PM, David Brownell wrote: > > > --- On Wed, 6/23/10, Øyvind Harboe wrote: > >> I made a fleeting vain attempt >> setting up the vector >> catch register to halt upon reset. > > VCR is the right solution.  I've seen it > work on every ARM chip I've tried it on. I sus

Re: [Openocd-development] Resetting Cortex A8 into halted state

2010-06-23 Thread David Brownell
--- On Wed, 6/23/10, Øyvind Harboe wrote: > I made a fleeting vain attempt > setting up the vector > catch register to halt upon reset. VCR is the right solution. I've seen it work on every ARM chip I've tried it on. There are some TI chips that use magic EMU0/EMU1 settings to achieve the sa

Re: [Openocd-development] Resetting Cortex A8 into halted state

2010-06-23 Thread Øyvind Harboe
I made a fleeting vain attempt setting up the vector catch register to halt upon reset. Attached is the code that I wrote to set up the vector catch register to catch reset(I gleaned at the ARM11 code for this + read a bit in the Cortex A8 manual). No luck, at least with the TI AM3517 EVM target.