2020-12-07 07:32 AM
Those errors start to appear when I add the USB Library:
When I excluded from Build:
everything is back to normal. Anyone have some advices?
2020-12-07 09:21 AM
Look to be missing some include files or defines.
Check stm32l0xx_hal_conf.h (or equivalent) about what is being pulled in, then check for other dependencies.
The USB libraries have several components, and include file paths will need to list where some of the .H files are situated.