Hello, try using xfer2-command, which keeps CS active during transfer of blocks. In my code, I set speed separately before the transfer, sample: spi.max_speed_hz = 500000 What I also found is to embrace the blockdata by a list()-statement, which constructs a new list. This is because the xfer2 comma...