This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil and Cube incompatibility for HAL Library

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?