Browse Source

Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeout errors.

tags/v0.3.0-rc0
Øyvind Harboe 14 years ago
parent
commit
0ca473468c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/target/arm11.c

+ 1
- 0
src/target/arm11.c View File

@@ -610,6 +610,7 @@ int arm11_leave_debug_state(arm11_common_t * arm11)
if (DSCR & (ARM11_DSCR_RDTR_FULL | ARM11_DSCR_WDTR_FULL))
{
LOG_ERROR("wDTR/rDTR inconsistent (DSCR %08" PRIx32 ")", DSCR);
return ERROR_FAIL;
}
}



Loading…
Cancel
Save