IS_SDMMC_ALL_INSTANCE is not defined in CMSIS/HAL Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-23 7: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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-25 7: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.
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-25 7: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.
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-26 7:16 AM
Thanks Imen
