How to include a downloaded library into STM32CubeIDE?
Hello,
I have downloaded a library containing two files: the .h file and the .c file:

I used drag and drop and dropped the folder into the driver folder of my project. I selected them to be a reference and a relative path.

Then I selected the compiler include path:

and the linker path

The IDE is showing the resource correctly linked to the project:

when I build the project I still get the error message:

What is wrong with my approach?
How do I set the paths correctly?
As a suggestion: I have found many users struggling with this. I would like to recommend a dialog for dropping a folder into the project with predefined links to the new folder.
Regards
Alexander

