cancel
Showing results for 
Search instead for 
Did you mean: 

LoRaWAN_End_Node_LBM with Shutdown mode

onass
Associate III

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 1
Imen.D
ST Employee

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen