ins
08-03-2010, 07:02 AM
Hi,
I use a PAN4561 Module for a sleepy Smart Metering application.
The calling of the sleep procedure is located in a 100ms timer. I enable the wake-up functionality for the used pins and go to sleep (0,0). Before I go to sleep I switch a LED off, that is turned on after waking up.
The handling of the the external pulses is located in a HOCK_GPIN procedure.
If I tried to use it in this way, the LED is flashing, but HOCK_GPIN procedure was not called. If I commented the call of sleep (0,0) out, the LED is not flashing any more (permanently on) but the external pulses are detected an proceed.
Does any one has a explanation for this strange behavior?
Best,
ins
I use a PAN4561 Module for a sleepy Smart Metering application.
The calling of the sleep procedure is located in a 100ms timer. I enable the wake-up functionality for the used pins and go to sleep (0,0). Before I go to sleep I switch a LED off, that is turned on after waking up.
The handling of the the external pulses is located in a HOCK_GPIN procedure.
If I tried to use it in this way, the LED is flashing, but HOCK_GPIN procedure was not called. If I commented the call of sleep (0,0) out, the LED is not flashing any more (permanently on) but the external pulses are detected an proceed.
Does any one has a explanation for this strange behavior?
Best,
ins