"I need to read (and update some data in) the EXT_CSD register (512B data block)"Use functions like HAL_MMC_GetCardCSD (...) to read CSD and HAL_MMC_GetCardExtCSD(...) to read the ext_csd card register. You could try SWITCH commands to write. I have...