2019-02-25 02:28 AM
Dear community
We are pleased to announce the release of STM32CubeMX v5.1.0
What’s new ?
Supported STM32Cube package versions:
· STM32F0 V1.9.0
· STM32F1 V1.7.0
· STM32F2 V1.7.0
· STM32F3 V1.10.0
· STM32F4 V1.24.0
· STM32F7 V1.15.0
· STM32G0 V1.1.0
· STM32H7 V1.3.2
· STM32L0 V1.11.0
· STM32L1 V1.8.1
· STM32L4 V1.13.0
· STM32MP1 V1.0.0
· STM32WB V1.0.0
Main Fixed issues
Known limitations
Please read the Release note for the known limitations
2019-02-25 04:58 AM
Hi Nawres,
Thank you for this update and for such a great tool in general. I have two quick questions:
2019-02-25 05:12 AM
Hi @Noppe.Jack
The update will be available very soon for download, just few hours for the website to synchronize
Concerning 56999 FreeRTOS™ initialization sequence, it has been fixed and will be available in the 5.1.0
Hope you enjoy the new release
2019-02-25 05:18 AM
Thanks ... any info on what the original problem was? (I want to see if this relates to a problem I was having).
2019-02-25 05:20 AM
It was just a template issue and it has been updated for this release as you requested
2019-02-25 06:05 AM
Hi I have been working lately with STM32L416KBU6
When I setup the clock in cube mx for example 50 MHz I get in Keil, which looks like half the speed 25 MHz. I wonder if there is a bug in Cube MX.
I noticed that he clocks are never accurate, I can never get like nice 1 MHz or 2 MHz. I wonder it is cheap low end board and you cannot expect too much.
RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_MSI;
RCC_OscInitStruct.MSIState = RCC_MSI_ON;
RCC_OscInitStruct.MSICalibrationValue = 0;
RCC_OscInitStruct.MSIClockRange = RCC_MSIRANGE_6;
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON;
RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_MSI;
RCC_OscInitStruct.PLL.PLLM = 1;
RCC_OscInitStruct.PLL.PLLN = 25;
RCC_OscInitStruct.PLL.PLLQ = RCC_PLLQ_DIV2;
RCC_OscInitStruct.PLL.PLLR = RCC_PLLR_DIV2;
if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK)
2019-02-25 06:07 AM
Hi @MNapi
could you please create a separate ticket for this issue please
2019-02-25 06:14 AM
I could if I only knew where and how,
2019-02-25 06:23 AM
how did you measure the 25 MHz instead of the 50 MHz
2019-02-25 06:35 AM
download link is now available :)