@@ -851,6 +851,20 @@ void readDataLoop(uint32_t blockSize, byte* dstptr)
asm("nop");
} while(dstptr<endptr);
WAIT_ACK_ACTIVE();
+ asm("nop");
uint32_t ret = PDREG->IDR;
REQ_OFF();
*dstptr = (byte)~(((ret ) & 0b11111111) );