Resolved! BUG: STM32Cube FW_L4 V1.13.0 typo in stm32l4s9xx.h regarding SDMMC_POWER registers
In **STM32Cube FW_L4 V1.13.0**,the HAL Library's SD driver has a typo in the register macro definitions for the SDMMC's power register.Specifically in the file `stm32;4s9xx.h`, lines *18127* -> *18141* the HAL library generates:``` C/****************...