cancel
Showing results for 
Search instead for 
Did you mean: 

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

IOT Embedded System
Associate II

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

3 REPLIES 3
Amel NASRI
ST Employee

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 Accept as Solution on the reply which solved your issue or answered your question.

IOT Embedded System
Associate II

@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 II

static void STM32_SleepRequest(void)

{

 PRINT_CELLULAR_SERVICE("STM32_SleepRequest\n\r")

}

static void STM32_Wakeup(void)

{

 PRINT_CELLULAR_SERVICE("STM32_Wakeup\n\r")

}