Hello, On Wed, Apr 04, 2018 at 02:18:13PM -0700, Tim Newsome wrote: > Let's say I get my target in a state where examine() fails, but a reset would > revive it. It appears that OpenOCD can't do that, because until `init` has > completed, there is no `reset` command. Am I missing something? How should > this > kind of situation be dealt with?
Trying with "openocd -c 'interface dummy' -f target/stm32f1x.cfg" I see that in JTAG mode init actually completes, even when examine fails. SWD mode was added as a hack so it's a bit more complicated there but SWD is ARM-specific anyway. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:[email protected] ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
