cancel
Showing results for 
Search instead for 
Did you mean: 

how to update stm32cubeF1 hal driver library alone

builderx
Associate

generally i use cubemx choose cubeF1,but the  hal driver in github is ahead of official website,for example lateset version of cubef1 is 1.8.6.however hal driver has updated later for bug fix. so if i want to use the newest hal driver,i need download form github,and replace it in local repository. it is ok?

1 REPLY 1
Issamos
Lead II

Hello @builderx 

No, I think that you should not download it from GitHub and replace it in local repository. But you should clone the STM32CubeF1 using this git command:

git clone --recursive https://github.com/STMicroelectronics/STM32CubeF1.git

 Best Regards.

Ii