Skip to content

Commit

Permalink
adiv5: Embrace stlinkv2 fw managing DRW/RDBUFF reads from a MINDP
Browse files Browse the repository at this point in the history
  • Loading branch information
ALTracer committed Apr 29, 2024
1 parent 4968e1f commit 35e81d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/adiv5.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ static uint32_t cortexm_initial_halt(adiv5_access_port_s *ap)
*/
if ((ap->dp->quirks & ADIV5_DP_QUIRK_MINDP)
#if PC_HOSTED == 1
&& bmda_probe_info.type != PROBE_TYPE_CMSIS_DAP
&& bmda_probe_info.type != PROBE_TYPE_CMSIS_DAP && bmda_probe_info.type != PROBE_TYPE_STLINK_V2
#endif
)
dhcsr = adiv5_dp_low_access(ap->dp, ADIV5_LOW_READ, ADIV5_DP_RDBUFF, 0);
Expand Down

0 comments on commit 35e81d4

Please sign in to comment.