2017-03-16 02:47 AM
Hi,
I found a bug in the new version of CubeMX.
In this case, even if HSI is not used it is enabled (line 1) but not activated:
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE
|RCC_OSCILLATORTYPE_LSE;
RCC_OscInitStruct.HSEState = RCC_HSE_ON;
RCC_OscInitStruct.LSEState = RCC_LSE_ON;
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_NONE;
if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)
{
Error_Handler();
}�?�?�?�?�?�?�?�?�?
thus causing HAL_RCC_OscConfig() to fail.
I attached .ioc file.
BR,
Andrea
#bug #cube #clockSolved! Go to Solution.
2017-04-28 01:24 AM
Hi all,
For any others who read this post and do not find any others related to it. The answer is as follow :
I would inform you that a new patch
V 4.20.1 is available to fix this issue.Sorry for any inconvenience this may cause you.
BR. Eric
2017-03-16 03:06 AM
Hi,
It seem you have a duplicate discussion here
https://community.st.com/0D50X00009XkiKFSAZ
Imen
2017-03-16 11:17 AM
yes, sorry, I'll remove this one
2017-03-16 11:21 AM
Well...but I can't find out how to remove it..
2017-04-28 01:24 AM
Hi all,
For any others who read this post and do not find any others related to it. The answer is as follow :
I would inform you that a new patch
V 4.20.1 is available to fix this issue.Sorry for any inconvenience this may cause you.
BR. Eric