2017-11-03 09:27 AM
Hello everybody,
Is there a way to import the I-CUBE-LRWAN software in Eclipse ? I'm facing many problems and cannot find a proper solution.
Thanks in advance !
#p-nucleo-lrwan1 #eclipse #i-cube-lrwan2017-11-03 09:36 AM
Probably, you might want to look at the SW4STM32 files, although ultimately you'll have to own your own toolchain choices.
The L0 variants should build in a free Keil install, this should illustrate structure and files used, along with defines passed to the compiler.
2017-11-03 10:08 AM
Thank you for your quick response.
Can you please explain me what do you mean in ' along with defines passed to the compiler' ?
Are there any specific defines that I should check ?
2017-11-03 11:43 AM
Projects tend to have metadata describing what they hand to the compiler in the way of settings, including defines and include file search paths.
ie for a US based LoRa DISCO project the files expect the compiler to run with these defines
STM32L072xx, USE_B_L072Z_LRWAN1,USE_HAL_DRIVER, USE_BAND_915,USE_MODEM_LORA
2018-01-19 02:18 AM
Clive One wrote:
The L0 variants should build in a free Keil install
Yes, they do.
Here is the free Keil for STM32F0/L0: