Skip to main content
Associate III
April 23, 2026
Question

LoRaWAN_End_Node_LBM with Shutdown mode

  • April 23, 2026
  • 1 reply
  • 117 views

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.




1 reply

ST Technical Moderator
April 27, 2026

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.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks