aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Horn <peter.horn@bluewin.ch>2012-10-08 22:06:07 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2012-11-06 16:26:54 +0000
commit79fa75e199ae7cafe0be9d71d7246464da34015e (patch)
tree18dc3d089ddc250bc04dc4cfd1b1a36e7ca7bbb9 /NEWS
parented3632d9c7b89ef2934d48806ada7b2b5ee54a42 (diff)
cortex_m: Fix single stepping will not return to debug mode sometimes
This occurs when stepping past a breakpoint on a even address with maskisr option set to auto With -d3 the following log message appears in this case: "Debug : Interrupt handlers didn't complete within time, leaving target running" Cause : Given a breakpoint is set on the lower half word and the PC is on the upper half word. When another breakpoint is now set on the current PC then resuming the core will not result in a break on the newly set breakpoint. This has been observed on a STM32F1x, STM32F2x (CM3) but not on a STM32F0x (CM0). It's not clear if this is a STM32F1/F2 only or a general CM3 problem. Change-Id: I384813f3bfdf935373b5e23cdb2d7f243c70cc00 Signed-off-by: Peter Horn <peter.horn@bluewin.ch> Reviewed-on: http://openocd.zylin.com/864 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions