CubeMX 4.15.0 - SDMMC clock - bug report
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-05-30 11:10 AM
Posted on May 30, 2016 at 20:10
I tried to migrate from STM32CubeMX 4.14.0 to 4.15.0 and from STM32CubeF7 1.3.1 to 1.4.0. I found some bug in CubeMX 4.15.0.
It is not possible to set the clock for SDMMC using CubeMX. My controller is STM32F746ZGT6, see ioc file.
#clock #sdmmc
Labels:
- Labels:
-
RCC
-
SDIO-SDMMC
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-05-31 02:23 AM
Posted on May 31, 2016 at 11:23
Hi petr.k,
I report your feedback internally to our CubeMx team. Thanks. -Hannibal-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-06-10 08:43 AM
Posted on June 10, 2016 at 17:43
Dear user,
Dear user,
Thank you for reporting this issue. It shall be fixed within STM32CubeMX 4.16 release. Please try to add the following code: RCC_PeriphCLKInitTypeDef PeriphClkInitStruct; PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_SDMMC1; PeriphClkInitStruct.Sdmmc1ClockSelection = RCC_SDMMC1CLKSOURCE_SYSCLK; HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct);