Skip to main content
Jon Carrier
Associate II
March 24, 2019
Solved

IS_SDMMC_ALL_INSTANCE is not defined in CMSIS/HAL Driver

  • March 24, 2019
  • 1 reply
  • 864 views

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?

This topic has been closed for replies.
Best answer by Imen.D

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.

1 reply

Imen.DBest answer
Technical Moderator
March 25, 2019

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.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Jon Carrier
Associate II
March 26, 2019

Thanks Imen