Hello,


we have a big problem. After every boot of win ce 4.2 the RTC an teh RTC-ram
ist cleared.

Re: CE 4.2 clears the RTC and RTC-RAM by jeffgla

jeffgla
Mon Sep 08 14:23:39 CDT 2003


The RTC initialization logic is in the OEM-provided code. Specifically,
the OEMIoControl() function in the platform's OAL code (typically
platform\<foo>\kernel\hal\oemioctl.c) has a IOCTL_HAL_INIT_RTC case
statement that performs the initialization. You probably want to verify
that the code is correctly checking for valid RTC contents on your platform.

Jeff