Now that my EINT0 Interrupt is working. I need to get the code to run on
Power-Up.
I have set SCB_EXTWAKE to 0x01.
Will multiple Interrupts from EINT0 cause problems with EXTWAKE?
Wakeup at power on
-
- Posts: 1462
- Joined: Fri Oct 19, 2012 5:11 am
Re: Wakeup at power on
The Reset will be executed on power up.
SCB_EXTWAKE is used to wake up the CPU from a sleep condition, not power up.
During sleep the power stays on, but the CPU and peripherals shut down and stay
in a low power state.
SCB_EXTWAKE is used to wake up the CPU from a sleep condition, not power up.
During sleep the power stays on, but the CPU and peripherals shut down and stay
in a low power state.
-
- Posts: 1462
- Joined: Fri Oct 19, 2012 5:11 am
Re: Wakeup at power on
My program doesn't run from a Power-Up. It only runs from a download or a
pushbutton Reset.
pushbutton Reset.