STM32H7 FMC SDSR busy bit is not documented or doesn't exist?
I've come across the following code in system_stm32h7xx.c, present in all example projects in STM32CubeH7 FMC_Bank5_6_R->SDCMR = 0x00000009; tmpreg = FMC_Bank5_6_R->SDSR & 0x00000020; while((tmpreg != 0) && (timeout-- > 0)) { tmpreg = FM...