Hi everyone! My name is Ivan and I am having troubles with a
simple sleep and wake up sequence on a Nucleo Board from ST (STM32
L053R8).
Comming from the STM32 CubeMX I set an Alarma A to generate an
internal interrupt that works as a wake up source.
In the Keil code all of the code is already set and i onle have to
send the micro to sleep, but it doesn´t go to sleep, and
instead it resets.
Here is my code:
#include "main.h"
#include &a
↧