cubeide-sd-card icon indicating copy to clipboard operation
cubeide-sd-card copied to clipboard

xmit_datablock does not wait for result

Open sx107 opened this issue 2 years ago • 0 comments

user_discio_spi.c, line 249: resp = xchg_spi(0xFF); /* Receive data resp */

My SD card does not respond with 0x05 response immediately, only after one 0xFF. This function should wait with a timeout for NOT 0xFF and only then check the result.

sx107 avatar Dec 10 '22 14:12 sx107