You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Still need to read in the data so we can select the correct chip.
382
394
wch_link_command( dev, "\x81\x0d\x01\x02", 4, (int*)&transferred, rbuff, 1024 ); // ?? this seems to work?
395
+
unknown_chip_fallback=1;
383
396
break;
384
397
}
385
398
is_already_connected=1;
@@ -394,8 +407,11 @@ static int LESetupInterface( void * d )
394
407
fprintf(stderr, "link error, nothing connected to linker (%d = [%02x %02x %02x %02x]). Trying to put processor in hold and retrying.\n", transferred, rbuff[0], rbuff[1], rbuff[2], rbuff[3]);
0 commit comments