User Activity

Hi,Does anyone know why I cannot change 0x3 to 0 of ST_RAM_SIZE at STM32H743?
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...
Hi All,​I am using SD card store something log on H743 with mbed. But I encounter a problem which will poll the strange status "HAL_SD_CARD_RECEIVING".​I can initial without any issue. Also can write a shot address and read. But when I write a contin...