Add jumptoBL & Remove dap clock *10

This commit is contained in:
ylj
2024-06-05 19:26:35 +08:00
parent a94009b2f5
commit a6a7aea010
4 changed files with 990 additions and 964 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ static uint32_t DAP_SWJ_Clock(const uint8_t *request, uint8_t *response) {
(uint32_t)(*(request+2) << 16) |
(uint32_t)(*(request+3) << 24);
clock *= 10;
// clock *= 10;
if (clock == 0U) {
*response = DAP_ERROR;