2017-11-20 05:56 AM
Solved! Go to Solution.
2017-11-20 07:15 AM
Hi
,Try to disable the
Systick interrupt
/* Enter Stop Mode */HAL_SuspendTick();HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);HAL_ResumeTick();
-Nesrine-
2017-11-20 07:15 AM
Hi
,Try to disable the
Systick interrupt
/* Enter Stop Mode */HAL_SuspendTick();HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);HAL_ResumeTick();
-Nesrine-
2017-11-20 05:23 PM
thank you for your reply . I got it
2018-04-25 09:15 AM
Hi
ELMHIRI.Syrine
I am having a similar issue although I have been able to wake up from STOP mode. I have a device connected to an I2C and SPI port which work fine after this but I am losing a device connected to the UART port. Is there something special I have to do to before entering stop mode for UART ports?