User Activity

Hi,I'm working with an STM32H7 connected though SDMM1 (1bit bus width) with an eMMC, I need to put the eMMC into sleep mode so we can reduce the power consumption when it is not being used.According to the information I've been able to find we need t...
I'm currently porting a project from bare metal to FreeRTOS, I'm using SDIO 4bit bus as interface with an SD Card, the FatFS configuration is mostly the default one, I've only enabled the f_chdir function. Cache is not enabled.I'm using the default t...