We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Microcontroller: STM32F302R8Tx MDK-Lite: v5.26 DFP: 2.1.0 STM32CubeMX 4.27.0
I am running into an issue where the Keil uVision and STM32CubeMX are not using the same HAL library version.
- In Keil uVision, under "Manage Run-Time environment -> Device -> STM32Cube HAL" the HAL version is 1.9.0.
- In STM32CubeMX, the most recent HAL version is 1.10.0.
This makes it impossible to use Keil uVision to generate a STM32CubeMX project because the code generated by STM32CubeMX is based on HAL 1.10.0, while the HAL library inside Keil uVision is still on 1.9.0. Is there a way to force uVision to use HAL 1.10.0? Or do I have to wait for an update from Keil?