SDMMC, is it necessary to send block length command before write
Hello, we are building a project on an STM32F7, and so far it's great. Our device includes an SDcard, and we are using the HAL layer code. There is a function HAL_SD_WriteBlocks_IT which has worked fine, but I take a closer look and I see that it sen...