Question
I'm working with DISCO-L072CZ-LRWAN1 and STM32CubeExpansion_LRWAN_V1.3.1. My code is reading a sensor by SPI and is sending via lora to a gateway and I have no problems with that but when I try to use the STM's USB library the code just break.
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?