2022-11-04 07:06 AM
Hi,
We have selected Firmware Package STM32Cube FW_H7 V1.9.0 from CubeMX. However, the HAL Driver source file has following line:
/**
* @brief STM32H7xx HAL Driver version number V1.10.0
*/
Are the Firmware Package and HAL Driver versions different things? Are we using HAL version 1.9.0 or 1.10.0?
Solved! Go to Solution.
2022-11-04 07:19 AM
Hello @MS.12utela ,
The STM32Cube Firmware Package offers a straightforward API with a modular architecture, making it simple to fit most developer requirements.
This stm32h7xx_hal_driver MCU component repository is one element of the STM32CubeH7 MCU embedded software package, providing the HAL-LL Drivers part.
You can refer to this link for more details about the current update:
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-11-04 07:19 AM
Hello @MS.12utela ,
The STM32Cube Firmware Package offers a straightforward API with a modular architecture, making it simple to fit most developer requirements.
This stm32h7xx_hal_driver MCU component repository is one element of the STM32CubeH7 MCU embedded software package, providing the HAL-LL Drivers part.
You can refer to this link for more details about the current update:
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-11-04 09:36 AM
Please see the release notes of the STM32Cube package for versions of all included components.
The 'H7 HAL drivers sub-package version does not always match the STM32Cube package version.
Currently it runs 0.1 ahead. The HAL drivers version can be found in stm32..._hal.c.