User Activity

Description:I am currently working on interfacing the MT25QL01GBBB NOR Flash memory with an STM32 MCU using the STM HAL QSPI library. While most operations such as read, write, and basic commands work successfully, I am encountering an issue with the...
Dear STM Community,I am working on a project that was going smoothly so far until I faced the problem mentioned above lately.Problem/Symptoms:When I DEBUG the code and execute it line-by-line, it works perfectly.When I DEBUG the code and then disconn...
Hi, everyone!I have a custom board with an STM32H7. I configured SDMMC2 correctly on it. As you can see there is no options for configuring DMA since it has an Internal (I)DMA.I have also added FATFS, as follows. I managed to write/ready successfully...