Question
STM32 HAL RCC ClockConfig Hard Fault at >65°C
Posted on March 26, 2018 at 17:52
Hi
I have following Problem:
At <65 °C ambient temperature and PowerOff-On.
My STM32f373 works fine.
At> 65 ° C ambient temperature and PowerOff-On
I get a HardFault Error at the following function:
void SystemClock_Config(void)
{.............
if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, FLASH_LATENCY_2) != HAL_OK)
{ _Error_Handler(__FILE__, __LINE__); }............
}What is wrong?
Can someone help me ?
Kind regards
Roger
