Merge pull request #690 from Feyorsh/xvc-fix

Fix XVC error "Invalid DAP ACK value: 3"
This commit is contained in:
Gwenhael Goavec-Merou
2026-08-16 08:56:03 +02:00
committed by GitHub
+1
View File
@@ -410,6 +410,7 @@ int32_t FtdiJtagMPSSE::update_tms_buff(uint8_t *buffer, uint8_t bit,
uint8_t tdo_tmp;
if ((ret = mpsse_read(&tdo_tmp, 1)) < 0)
return ret;
tdo_tmp >>= (8 - offset);
update_tdo_buff(&tdo_tmp, tdo, offset);
offset = 0;
buffer[0] = 0;