Skip to main content
IOT Embedded System
Associate
May 2, 2022
Question

Hello everyone, I am new on a project where we use the P-L496G-CELL02 kit, my question I would like to manage the sleep and wakeup mode. I searched for examples but couldn't find much. do you have any ideas please? thank you

  • May 2, 2022
  • 3 replies
  • 1717 views

 P-L496G-CELL02 , STM32L4 , power mode using SMS

This topic has been closed for replies.

3 replies

Amel NASRI
Technical Moderator
May 9, 2022

Hi @IOT Embedded System​ ,

You can find a list of examples compatible with this board on the tab Tools & Software at the P-L496G-CELL02.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
IOT Embedded System
Associate
May 10, 2022

@Amel NASRI​ 

Thanks for your feedback. I did not find an example that manages sleep and wakeup mode with sms, I browsed the celullar driver, I see that has two APIs with a wakeup stm32 and sleep log, I don't know if it's there user to implement this party or not, if so do you have an example to share with me, thank you

IOT Embedded System
Associate
May 10, 2022

static void STM32_SleepRequest(void)

{

 PRINT_CELLULAR_SERVICE("STM32_SleepRequest\n\r")

}

static void STM32_Wakeup(void)

{

 PRINT_CELLULAR_SERVICE("STM32_Wakeup\n\r")

}