Replies: 10 comments 2 replies
-
yes you can, i have a version of the stack running on a stm32wb55, with the LR1110, on CubeIDE. It works well. |
Beta Was this translation helpful? Give feedback.
-
@Pirakutu I have ported the stack to CubeIDE to work with STM32WB55RG controller. The RF communication was checked with LR1110 IC and the controller and packet was received at the gateway. However, after including the MAC layer in the code, the code gets stuck at SPI transmission command. Could you please share your code so that I can use it as a reference? |
Beta Was this translation helpful? Give feedback.
-
What do you mean after including the mac layer? Does it get stuck at the busy pin or at an SPI command? As these are 2 different things. |
Beta Was this translation helpful? Give feedback.
-
I have tested the LR1110 IC with STM32WB55RG controller using STM32CubeIDE and packet was received at the gateway. Afterwords I added Mac layer ( Mac, peripherals, LoRaWAN folder from apps) and made necessary changes in boards folder for STM32WB55RG controller and called the Lmhandler functions in main.cpp as given in this example. On running the code, it gets stuck at SPI transmission (it works well when communicating directly using IC). Busy pin is working fine and is set low as required. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
which LR1110 driver files did you use? i had problems using the newest ones. Had to go back to version 1.0.0. |
Beta Was this translation helpful? Give feedback.
-
I used the latest version given in the following link |
Beta Was this translation helpful? Give feedback.
-
Yeah, i went back to the version 1.0.0 of that same driver (i saw that was the version included in this project and hoped it worked that way). |
Beta Was this translation helpful? Give feedback.
-
Hi, I reverted to version 1.0.0 and tried the code. The errors are still present. |
Beta Was this translation helpful? Give feedback.
-
The firmware version in LR1110 is 0303. Is this version compatible with LR1110 Version1.0.0. If not, how can I change the firmware version of LR1110? Is it possible using SPI? |
Beta Was this translation helpful? Give feedback.
-
I would like to port LoRaWAN Stack for a custom board built using STM32WB55RGV6 controller and LR1110 driver. I am using STM32CubeIDE for the same. Can I port and use the stack in STM32CubeIDE?
Beta Was this translation helpful? Give feedback.
All reactions