cancel
Showing results for 
Search instead for 
Did you mean: 

IS_SDMMC_ALL_INSTANCE is not defined in CMSIS/HAL Driver

Jon Carrier
Associate II

Unlike STM32F7 (and presumably other STM32 families) which defines IS_SDMMC_ALL_INSTANCE in the CMSIS header file stm32f7**xx.h, the STM32H7 does not define this macro which is required for proper compilation of stm32h7xx_hal_sd.c and stm32h7xx_ll_sdmmc.c

This was observed on package version 1.3.2 

Can this get fixed so that we dont need to modify the non-user code section of these files?

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

Hello @Jon Carrier​ ,

This issue is already passed along to our development team and will be fixed in the coming release of STM32CubeH7.

Kind 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 @Jon Carrier​ ,

This issue is already passed along to our development team and will be fixed in the coming release of STM32CubeH7.

Kind Regards,

Imen.

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

Thanks Imen