2003-06-30 09:54 PM
Wake up from Power Down Mode with the Fast External Interrupts
2003-06-16 10:11 PM
How can i wake up the ST10 with a Fast External Interrupt from the Power Down Mode. The ST10 goes in the Power Down Mode with the _pwrdn() instruction so far it works, but i can't wake him up.
The wake will be done with a high to low transition on one of the Fast External interrupts. How do i have to configure the Fast External Interrupts in my c program.2003-06-17 12:19 AM
Hello,
in order to be able to wake-up the ST10 with an external interrupt, you need to activate the interruptible power-down mode by setting the PWDCFG bit in SYSCON register. Be careful this register can only be modified during the initialization period, before the EINIT instruction. Let us know if this does not solve the problem.2003-06-17 02:15 AM
Hello,
the PWDCFG bit in SYSCON register ist activated. My question is how do i have to configure the external interrupt in the c programm. Are there any examples for the power down mode?2003-06-17 05:17 AM
The register to setup is called EXICON, a description of the bits is available in the user's manual.
You can get the ST10F269 user's manual on foillowing link: look at page 296.2003-06-25 10:40 PM
It is not clear for me, for example we want to use p2.12 for waking up the ST10. Do we have to configure the p2.12 as a normal interrupt (CC12IO) and additonaly set the EXICON register??
2003-06-30 09:54 PM
Thanks a lot for your help Max.
i got the solution [ Diese Nachricht wurde editiert von : steff76 on 01-07-2003 10:25 ]