2008-03-26 10:41 PM
Cannot exit StandbyMode on RTC alarm
2005-10-23 10:21 PM
Hi.
I cannot get our target board to wakeup from the RTC alarm. The code is working on the MB393B demoboard. So I think it's hardware related. But I cannot determine where the problem could be. I've verified the 32KHz clock and it is running...2005-10-23 10:29 PM
is you main oscillator running ? To exit from any mode apart from wfi and lpwfi the main oscillator must be running
2005-10-23 10:30 PM
Yes, the main oscillator is running.
2005-10-24 01:58 AM
On the MB393B board J3 is fitted.
On our board a 1µF ceramic capacitor is connected between V18BKP (pin 55) and VSSBKP. VSSBKP is connected to GND. And there is not an external power source is connected to the V18BKP pin.2005-10-24 10:41 PM
I've measured the voltage on the V18BPK pin and it was only 1.56V. Is this voltage too low for the RTC to operate?
2005-10-24 10:56 PM
The voltage on the V18pin is 1.85V when not in standby, and drops to the 1.56V when entering standby mode.
2005-10-25 12:12 AM
The Standby pin does not go high. There is a 100k pull-up connected to the pin.
When using the wake up pin the wake-up function correctly.2005-10-25 12:19 AM
I've just changed PCU_LPMEnter ( PCU_STANDBY ); to PCU_LPMEnter ( PCU_STOP );
And here the RTC wake up function correctly. So it is somehow related to the standby mode.....2005-10-25 01:55 AM
I made another test:
I thought maybe the 32KHz crystal didnt function during standby mode, so I made a program where the RTC_CounterValue() is send to the PC trough the UART. And the result is that the RTC _is_ running during standby. So I cannot understand why the alarm function wont work.