diff --git a/python/spi.py b/python/spi.py index c098ebbb..c753bf4d 100644 --- a/python/spi.py +++ b/python/spi.py @@ -228,7 +228,7 @@ class STBootloaderSPIHandle(BaseSTBootloaderHandle): # sync + command spi.xfer([self.SYNC, ]) spi.xfer([cmd, cmd ^ 0xFF]) - self._get_ack(spi) + self._get_ack(spi, timeout=0.1) # "predata" - for commands that send the first data without a checksum if predata is not None: