2019-03-23 07:43 PM
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?
Solved! Go to Solution.
2019-03-25 07:02 AM
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.
2019-03-25 07:02 AM
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.
2019-03-26 07:16 AM
Thanks Imen