Skip to main content
Apostolos Staridis
Associate
November 3, 2017
Question

Import project in Eclipse

  • November 3, 2017
  • 2 replies
  • 988 views
Posted on November 03, 2017 at 17:27

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-lrwan
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
November 3, 2017
Posted on November 03, 2017 at 17:36

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.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Andrew Neil
Super User
January 19, 2018
Posted on January 19, 2018 at 10:18

Clive One wrote:

The L0 variants should build in a free Keil install

Yes, they do.

Here is the free Keil for STM32F0/L0: 

http://www2.keil.com/stmicroelectronics-stm32/mdk

 
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Apostolos Staridis
Associate
November 3, 2017
Posted on November 03, 2017 at 18:08

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 ?

Tesla DeLorean
Guru
November 3, 2017
Posted on November 03, 2017 at 18:43

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

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..