BlueSCSI / BlueSCSI-v2

Open source, open hardware, SCSI emulator using the Pi Pico PR2040
https://bluescsi.com
GNU General Public License v3.0
212 stars 20 forks source link

Allow signals to settle on REQ pulse #92

Closed androda closed 8 months ago

androda commented 8 months ago

Did some testing around and discovered that sometimes, bits were being flipped where they should not be during drive image operations (initiator mode).

Adding a small settle time after the REQ signal is received resolved that instability.