Skip to main content
Psang.2
Associate II
October 1, 2021
Solved

how do i change the driver?

  • October 1, 2021
  • 1 reply
  • 1206 views

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?

This topic has been closed for replies.
Best answer by S.Ma

As spl is deprecated, it should be considered user code for the STM32Cube SW tools

1 reply

S.Ma
S.MaBest answer
Principal
October 1, 2021

As spl is deprecated, it should be considered user code for the STM32Cube SW tools

Psang.2
Psang.2Author
Associate II
October 1, 2021

Thank you :)