Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrr committed Dec 27, 2022
1 parent c144bc4 commit 473e45b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sw_dp_pio.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ uint8_t SWD_Transfer (uint32_t request, uint32_t *data)

void SWx_Configure(void)
{
// idle_cycles is always zero
// TODO check the several initializations
DAP_Data.transfer.idle_cycles = 2;
DAP_Data.transfer.retry_count = 80;
DAP_Data.transfer.match_retry = 0;
Expand Down

0 comments on commit 473e45b

Please sign in to comment.