cancel
Showing results for 
Search instead for 
Did you mean: 

What is HAL_GetHalVersion() really returning?

john doe
Lead
Posted on July 09, 2017 at 17:12

STM32Cube_FW_L4_V1.8.1 returns 1.7.1

STM32Cube_FW_F7_V1.7.0 returns 1.2.1

STM32Cube_FW_F1_V1.4.0 returns 1.0.4 

STM32Cube_FW_F4_V1.16.0 returns 1.7.1

So does this mean its all HAL 1. and the other numbers are implementation specific?

2 REPLIES 2
Imen.D
ST Employee
Posted on July 10, 2017 at 10:42

Hi

doe.john.016

,

The

HAL_GetHalVersion function returns the HAL revision and not the

Cube firmware version.

Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on July 10, 2017 at 10:55

This is why it's called abstraction. 😉

(Sorry, I couldn't resist).

Jan