cancel
Showing results for 
Search instead for 
Did you mean: 

Wake-up over I2C

abjames
Associate

Hello!
Is any body aware about how to wakeup a STM32 series MCU from sleep over I2C? 
So far I was aware of wake-up over GPI/Brown out Reset etc, but wake up over I2C?? Is this really possible? Please let me know if anyone has prior experience at this. Have a great day!

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @abjames and welcome to the ST Community.

I’ve seen the example of the STM32H563. It Even has the wake up capability from stop mode in a few cases using interrupteur. You may have a look at this example: I2C_WakeUpFromStop So, Check the PWR chapter of your MCU on the reference manuel. The. Have a look on the peripheral chapter. That should help you to discover the wake up capability.

Best Regards.

STTwo-32

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.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

Hello @abjames and welcome to the ST Community.

I’ve seen the example of the STM32H563. It Even has the wake up capability from stop mode in a few cases using interrupteur. You may have a look at this example: I2C_WakeUpFromStop So, Check the PWR chapter of your MCU on the reference manuel. The. Have a look on the peripheral chapter. That should help you to discover the wake up capability.

Best Regards.

STTwo-32

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.

Thank you @STTwo-32 . This really helps.!