SystemClock_Config() crashing on discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-30 8:33 AM
Hi everyone,
SystemClock_Config() works on Nucleo-144 board but not on Discovery even though they both have a F746 mcu on them.
- Labels:
-
RCC
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-30 8:39 AM
Different HSE clock speeds? 8 MHz vs 25 MHz, check PLL-M setting, and the define for HSE_VALUE
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-30 11:49 PM
Thank you i will investigate on it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-10-01 1:17 AM
Hi! the problem was due to the different flash latencies on the boards. I had to change the latency value given to this function.
HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_7);
