potato1992 opened a new issue, #10872: URL: https://github.com/apache/nuttx/issues/10872
I need to write file to sd card with around 100kb/s, thus chunk size larger than 512 is required, in my case, I choose 4096: ``` write(fd,buff,4096); ``` The error logs is generated: ``` stm32_interrupt: ERROR: Data block CRC failure, remaining 0 ``` The used board: `stm32f407ve` sdcard: sandisk class 10 interface: sdio -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org