From: Spencer Oliver Date: Mon, 8 Oct 2012 09:05:45 +0000 (+0100) Subject: stlink: fix vector catch not being cleared X-Git-Tag: v0.7.0-rc1~190 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=7165e05cf64f5c24177239f9f9db577b45f1b52c;hp=7165e05cf64f5c24177239f9f9db577b45f1b52c stlink: fix vector catch not being cleared Seems after a reset the stlink is not clearing the vector catch (VC_CORERESET) in the Debug Control Register. This has the side effect if the user presses an external reset the core will halt, this patch fixes that. Change-Id: Ic3b2c3991b79cacbbd901c02b79613c2e204e71f Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/905 Tested-by: jenkins Reviewed-by: Freddie Chopin ---