Skip to content

Commit

Permalink
Switch to latest toolchain.
Browse files Browse the repository at this point in the history
Tune the timing for the readDataLoop with the latest toolchain.
  • Loading branch information
mactcp authored and androda committed Apr 7, 2022
1 parent e1a6253 commit 80d691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion F4_BlueSCSI/F4_BlueSCSI.ino
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ void readDataLoop(uint32_t blockSize)
REQ_OFF();
*dstptr++ = ~(ret >> 8);
// Move wait loop in to a single 8 byte prefetch buffer
asm("nop.w");
asm("nop.w;nop");
WAIT_ACK_INACTIVE();
REQ_ON();
// Extra 1 cycle delay
Expand Down

0 comments on commit 80d691b

Please sign in to comment.