Skip to main content
Mich1
Associate III
July 1, 2021
Question

STM32CubeMX + I-cube-LRWAN

  • July 1, 2021
  • 2 replies
  • 928 views

Hello,

Can we include the lorawan stack inside the STM32CubeMX?

What is the relationship between STM32CubeMX and I-CUBE-LRWAN?

Best regards

Michel

This topic has been closed for replies.

2 replies

Houda GHABRI
ST Employee
July 15, 2021

Hi Mich,

I-Cube-LRWAN is not natively managed by STM32CubeMX as it is not in format supported by CubeMX.

It consists of a set of libraries and application examples for STM32L0, STM32L1 and STM32L4 Series microcontrollers .

You can just generate you initialization code with MX then manually add the LORAWAN stack to your project.

Hope this helps you

If your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Houda

Visitor II
June 26, 2023

Hello,

I have the same question as Mich, and thanks for the answer. But what exactly do I have to add from I-CUBE-LRWAN to my project to send some datas using LoRa? 

Do you think it is better to directly code inside the I-CUBE-LRWAN or do you think it's a good idea to import files from the expension into my code with the CubeMX ?