Hi All,I am using STM32H7 to write the SD card. The SD card is 16GB. But when I call HAL_SD_WriteBlocks, I found it only accept under 4GB(uint32_t) address. Here is header declaration. HAL_StatusTypeDef HAL_SD_ReadBlocks (SD_HandleTypeDef *hsd, ui...