求助:WINCE下取2440时钟异常?
在WINCE下写的程序,如果去当前时间就报异常,程序是用C#写的,硬件平台为2440。打印出来如下:
System.DateTime.DateToTicks()
System.DateTime.GetSystemFileTime()
System.DateTime.get_UtcNow()
System.DateTime.get_Now()
注释掉去时间函数后运行正常。我量了下当前时钟32.767KHZ (标准为32.768KHZ)就差1个PPM,说
明RTC是很准确的,请问估计是什么原因?