cancel
Showing results for 
Search instead for 
Did you mean: 

Includes errors with LoRa library

Nicolas Hell
Associate II
Posted on January 09, 2018 at 11:19

Hi everyone, I'm currently working with my team on a GSM/LoRa gateway with the B-L072Z-LRWAN1 board and we are facing some trouble on the LoRa part. Indeed we figured out that we needed to import the LoRa library from STM32CubeExpansion in our project but when we do, there are a lot of errors appearing due to unresolved includes (for example 'hw_conf.h' or 'debug.h') and we did not manage to find those files or to fix these issues, is there someone facing the same issue or with a solution? It would be much appreciated

#stm32cubeexpansion #include-error #b-l072z-lrwan1
12 REPLIES 12

ST bought Atollic and this is also free for ST CPU (this for all ST CPUs not like Keil)

But the LoRa code predates that.

As already suggested, start with the Keil project and take the configuration from that.

Things like command-line defines, include paths, etc are not that hard to transcribe.

At the end of the day, all these IDEs are just doing the same thing - collecting together source files and tool settings in a GUI.