spen> [confused about reset events] oyvind> [ go read the source code ]
This needs a bit more documentation :-( In spens case, yes, I think something did change. I think SPEN is thinking "reset" - plain - halts the CPU. But it does not - it does "reset run". I think that decision - which happened about 1 month ago - was perhaps a bad choice (there was lots of email about that flying back and forth). Today - There are 4 options: reset - which does reset and lets the cpu run. reset run - is the same as above ie: "reset" with no parameter. reset halt - which halts the CPU at the reset vector (or attempts to) reset init - which halts and then executes the INIT EVENT which should - execute a script/proc you provided. --Duane. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
