搜索资源列表
timerxsc1_kernal_Hal_arm
- PXA255在wince4.2下读写I2C接口实时钟(RTC)以设定系统时间。可以用来学习I2C工作流程或RTC工作原理。替换wince目录下kernal\hal\arm下的同名文件即可-PXA255 under Wince4.2 I2C interface to read and write real-time clock (RTC) in order to set system time. This code can be used to study the I2C/RTC work flo
WINCE_Driver
- WINCE添加驱动程序,目的为响应S3C2410的EINT7中断,使用了rGB2作为LED状态输出 1.Kernel\Hal\cfw.c OEMInitInterrupts()使能EINT7、LED(Output)、触发方式 2.Inc\oalintr.h(Inc\oalintr.inc) 增加:#define SYSINTR_BEEP (SYSINTR_FIRMWARE+19) 修改: _inline DWORD MapIrq2SysIntr(DWORD _Irq)