2021-09-30 06:36 PM
I'm using NUCLEO-207FZG
In cubeIDE, HAL driver is provided by default.
I want to change to the SPL(Standard Peripheral Library).
Since I am a beginner, I would like to get tips. Before you try, ask a question.
I wonder if it is enough to simply add the SPL folder, or if there is a function to change the library in cubeIDE?
Solved! Go to Solution.
2021-09-30 07:39 PM
As spl is deprecated, it should be considered user code for the STM32Cube SW tools
2021-09-30 07:39 PM
As spl is deprecated, it should be considered user code for the STM32Cube SW tools
2021-09-30 09:15 PM
Thank you :)