2022-12-01 11:29 AM - last edited on 2025-04-16 3:04 AM by Andrew Neil
Is there a simple example for STM32WL55 that does not use the sequencer?
I want to integrate the LoRa radio with my code and my own task scheduler.
From CubeMX, the SUBGHZ module works well but when I add SUBGHZPhy, everything seems to break.
2022-12-02 9:08 AM
Hello @GHaid.1 , welcome to the community !
In the STM32Cube_FW_WL_V1.3.0 you can fin LoRaWAN_End_Node_FreeRTOS example, that do not use the sequencer. Otherwise our projects always use the sequencer.
I hope this will help you
Regards
Louis