USBD driver integration

Hi,

I'm trying to integrate into my project parts of the SDK responsible for USBD handling, sadly with no avail. Even it I get through all missing files, set all the needed paths, add all needed sources, and the project actually compiles, the linker throws an "undefined symbol" error when I try to call any function from the SDK libraries. Honestly, I have no clue what is going wrong, never ran in this kind of problem before. I guess the project itself is not properly configured...

I even did another experiment, by copying all needed files into one folder (including all dependencies, of course). The result is the same as above, namely "undefined symbol" error.

Could anybody please provide a properly configured project for KEIL uVision5, _only_ with USBD (I don't need any other libraries or SDs), or just give me some advice how to include the needed part of the SDK into the project?

thanks in advance,

V.

Parents Reply Children
No Data
Related