2025-12-03 12:23 AM - edited 2025-12-03 12:24 AM
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?
2025-12-03 1:06 AM
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.gitBest Regards.
Ii