2025-03-03 4:00 AM
Dear Community,
I am currently working on a project involving LoRaWAN and using the STM32F407 MCU. However, most of the available sources and example implementations I have found seem to support different STM32 models.
I would greatly appreciate any guidance on:
If anyone has experience with this setup or can point me to relevant resources, I would be extremely grateful for your insights.
Best regards,
Sandeep S
2025-03-03 7:11 AM - edited 2025-03-03 7:13 AM
The SX1262 neither knows nor cares what microcontroller you use.
Similarly LoRaWAN is not specific to any particular hardware.
So simply take whatever ST code you can find, and port it to your particular hardware.
The only things that will be specific to the MCU are the SPI & GPIOs; maybe also a timer or two.
Alternatively, look to Semtech for portable code ...
Take a look at https://community.st.com/t5/stm32-mcus-wireless/need-suggestion-for-lora-module-compatible-with-i-cube-lrwan/m-p/770862
PS: