diff --git a/src/cortexa.c b/src/cortexa.c index 10d4abe..fc0fc61 100644 --- a/src/cortexa.c +++ b/src/cortexa.c @@ -440,6 +440,8 @@ static void cortexa_reset(target *t) } } while (e.type == EXCEPTION_ERROR); + platform_delay(100); + cortexa_attach(t); }