2025-03-07 10:43 AM
MacOS 15.3.1. CubeIDE 1.18.0. Firmware STM32Cube FW_U5 V1.7.0.
I was tracking down an issue with SD cards on SDMMC2 on an STM32U5G9N not wanting to start.
I found that HAL_SD_MspInit calls:
__HAL_RCC_SDMMC1_CLK_ENABLE();
instead of:
__HAL_RCC_SDMMC2_CLK_ENABLE();
Solved! Go to Solution.
2025-03-10 1:47 AM
Hello @Andrei Chichak ,
I confirm the issue related to the SDMMC1 peripheral.
It has been reported to STM32CubeMX development team.
Internal ticket number: 204946 (This is an internal tracking number and is not accessible or usable by customer).
Thanks.
Mahmoud
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-03-10 12:56 AM - edited 2025-03-10 12:59 AM
Hello @Andrei Chichak ,
First let me thank you for posting.
Your request is under investigation, and I will get back to you ASAP.
I suggest also that you provide the STM32 MCU Reference.
Thanks.
Mahmoud
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-03-10 1:47 AM
Hello @Andrei Chichak ,
I confirm the issue related to the SDMMC1 peripheral.
It has been reported to STM32CubeMX development team.
Internal ticket number: 204946 (This is an internal tracking number and is not accessible or usable by customer).
Thanks.
Mahmoud
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.