target/hla_target: try to re-examine under reset in hl_assert_reset()
commit1f84f34850de6dde354bfeb41bb1e7bf5d3fa6a0
authorTomas Vanek <vanekt@fbl.cz>
Wed, 28 Sep 2022 21:32:00 +0000 (28 23:32 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 8 Oct 2022 08:52:45 +0000 (8 08:52 +0000)
treeb75464a17708d429331f82b6672e51dc3b67adb9
parentf65d1da01356e21e07e6c638d58f7c6d09738aa6
target/hla_target: try to re-examine under reset in hl_assert_reset()

An application often idling in real sleep mode may make a Cortex-M target
hard to access as CPU clock are gated and debug requests are responded
by WAIT ack.

Try to examine the target under reset as the last resort.

Change-Id: I7c3de39fb1e6c23b76e2a0a85ab75f23aac94c4d
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/7229
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/target/hla_target.c