cancel
Showing results for 
Search instead for 
Did you mean: 

Bug report. STM32U5 enabling SDMMC2 turns on the clock for SDMMC1

 

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();

 

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2
Mahmoud Ben Romdhane
ST Employee

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

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