2017-03-10 09:05 PM
I migrate my stm32f103ve project from 4.19 to 4.20. but after migrate my project dosen't work.
Solved! Go to Solution.
2017-04-28 12:43 AM
Hello
askari.nima
anddoe.john.016
I would inform you that anew patch
V 4.1is available to fix this issue.Sorry for any inconvenience this may cause you.
BR. Eric
2017-03-10 10:03 PM
check the clock settings specifically RCC_OscInitStruct.OscillatorType
you dont want two clocks ORed, you just want one
2017-03-10 10:10 PM
Project gererator dosn't work. after migrate .
2017-03-10 10:17 PM
and another one. i create new project .
now i can gereate code. but there is a problem
*/
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE; RCC_OscInitStruct.HSEState = RCC_HSE_ON; RCC_OscInitStruct.HSEPredivValue = RCC_HSE_PREDIV_DIV1; RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON; RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE; RCC_OscInitStruct.PLL.PLLMUL = RCC_PLL_MUL9; if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK) { Error_Handler(); }must be change
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE;
2017-03-14 04:15 AM
Hi
askari.nima
,This issue is already
https://community.st.com/0D50X00009XkYY4SAN
and confirmed from our side. This will be fixed in the next version of CubeMX.Sorry forany inconvenience this may have caused.
Khouloud.
2017-04-28 12:43 AM
Hello
askari.nima
anddoe.john.016
I would inform you that anew patch
V 4.1is available to fix this issue.Sorry for any inconvenience this may cause you.
BR. Eric