On 10/3/09, David Brownell <davi...@pacbell.net> wrote:

> You would need to type "reg debug_ctrl" to check;
> it won't read that otherwise
>
> Another thing to check:  "reset_config srst_gates_jtag" in
> your setup script.  A default was changed and I suspect it
> ought to go back to how it was ...
>
>

Thanks david. We fixed the issue but not sure the reason yet.

Just changed "reset_config" line from (my openocd version is svn-1988)
reset_config trst_and_srst srst_pulls_trst
to
reset_config trst_and_srst

and then type `reset halt' at the telnet window.
It shows CPU halted.

After that we burn the bootloader and it works again.
Now even we use the older config files, it can be halted normally.

We suspect that maybe some broken code(the burning procedure was
interruptted) on the flash that the cpu execute it and it cannot be
stopped from out of world.

Regards

--
zeal
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to