cancel
Showing results for 
Search instead for 
Did you mean: 

Is this a mistake in the HAL library about the macro definition of the SD card?

one V
Associate III

stm32h743​xx.h:

0690X000008AV4qQAG.png

stm32h7xx_ll_sdmmc.h:

0690X000008AV50QAG.png

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

Hi,

This issue is already fixed in the STM32CubeH7 v1.4.0 as follow :

in the stm32h7xx_ll_sdmmc.h:

#define SDMMC_IT_SDIOIT                    SDMMC_MASK_SDIOITIE

In the stm32h743xx.h :

#define SDMMC_MASK_SDIOITIE               SDMMC_MASK_SDIOITIE_Msk                /*!<SDMMC Mode Interrupt Received interrupt Enable */

Regards,

Imen.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

Hello @one V​ ,

Thanks for bringing this issue to our attention.

We will raise this internally for check and fix.

Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Imen.D
ST Employee

Hi,

This issue is already fixed in the STM32CubeH7 v1.4.0 as follow :

in the stm32h7xx_ll_sdmmc.h:

#define SDMMC_IT_SDIOIT                    SDMMC_MASK_SDIOITIE

In the stm32h743xx.h :

#define SDMMC_MASK_SDIOITIE               SDMMC_MASK_SDIOITIE_Msk                /*!<SDMMC Mode Interrupt Received interrupt Enable */

Regards,

Imen.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen