STM32CubeIDE: HAL lib auto update?
Hello,
maybe this might be of interest to many people using CubeIDE and HAL libraries.
I've seen many threads here complaining that after a CubeIDE update HAL-related sources didn't work anymore.
That didn't happen to me, mostly because I don't use many HAL sources.
But just in case, how can I prevent that a CubeIDE update also updates the HAL files in my project?
I usually start with CubeMX, then generate code for CubeIDE, with separate .h/.c files per peripheral, then I try not to use CubeMX again.
If necessary I start another CubeMX project so that nothing of my original project is overwritten by CubeMX.