cancel
Showing results for 
Search instead for 
Did you mean: 

How to add ICUBE LRwan Lora pacakege into my project in stm32ide

shadab abedin
Associate II

How to add LORAWAN package into my project and I try to include the package into include path but not any success.0693W000006FYi6QAG.png

4 REPLIES 4

I'm not a STM32CubeIDE user, but this project looks to have far too many files and subdirectories included in it.

I would recommend cloning the PingPong project, and using that as a starting point to include your own code and files

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
shadab abedin
Associate II

what about the other depended folders...should i Let it remove....or ping pong folder is enough?

Cartu38 OpenDev
Lead II

File > Open Project From File System :

0693W000006FaZLQA0.jpg

Not a user of this IDE or Eclipse based tools. Keil allows me to be at the PingPong project level/depth and then back reference relatively into the HAL libraries, middleware, etc.​

The alternative presumably would be to make a more self contained tree where just the libraries, etc are copied/forked​, along with the singular project files, and deal with the more truncated relative paths within that.

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