After flashing the firmware and connecting to the uart pins, I can get some lora settings when resetting the MCU but when i try to send at-commands i get no response. Any help appreciated
After downloading I-CUBE-LRWAN and running the B-L072Z-LRWAN1 example i get the that LmhpCompliance.h doesn't exist but looking into the files i do see that it does exist. Any help appreciated.
I was able to solve it, in STM32CubeExpansion_LRWAN_V2.0.0/Middlewares/Third_Party/LoRaWAN/LmHandler/LmHandler.c on row 51 the LmhpCompliance.h file has the route Packages/LmhpCompliance.h, so just changing it to that solved it.