2026-04-23 5:08 AM
Hello,
My goal is to wakeup the end node to send a single frame then go to shutdown mode, but I'm having some hard time putting the device in shutdown mode
I am calling HAL_PWREx_EnterSHUTDOWNMode(); in LoRaWAN_Process() function, after checking on a successful TxDone state.
2026-04-27 11:14 AM
Hello @onass ,
To enter a Low power mode, make sure to set a task that enter and exit the Low power mode and add it to the program sequencer in LoRaWAN_Process.