Implement the OEM Power Management on Windows CE
摘要:With basic power support, a platform, the core OEM Adaptation Layer (OAL), gets called under the following conditions: OEMInitWhen power is first applied (first transition from NO POWER to ON). OEMIdl...
阅读全文
【转载】WinCE编译一二三
摘要:转载:http://www.mcuol.com/tech/117/30975.htm 在WinCE中使用的一个重要的文件就是BIB文件,全称Binary Image Builder File。在WinCE的编译过程中会用到BIB文件,应该是在最后的Makeimg阶段。所有的BIB文件会被合并成CE.bib文件,然后Romimage.exe会根据BIB文件中的描述来决定哪些文件最终被包含到WinCE...
阅读全文
WINCE ERRORMSG
摘要:Example[代码]Output:[代码]Requirements:OS Versions: Windows CE OS 2.10 and laterHeader: Dbgapi.hLink Library: none
阅读全文
WINCE DEBUGMSG
摘要:DEBUGMSGExample:[代码]OUtput:[代码]RequirementsOS Versions: Windows CE OS 2.10 and laterHeader: Dbgapi.hLink Library: none
阅读全文
WINCE RETAILMSG
摘要:RETAILMSGThis macro conditionally outputs a printf-style formatted message.[代码]ParametersExpressionBoolean expression used to determine if the message would be output.MessageExpression to be printed u...
阅读全文
wince 6 s3c2440 io port opearation
摘要:Decare a IO port[代码]IOPreg and IOP_BASE defined here:s2440.hOperate the IO port like this:[代码]
阅读全文
Wince platform configure files-detail
摘要:PLATFORM\Mini2440.bat,configre BSP_xxx 选项代码PLATFORM\Mini2440\SRC\INC\options.h代码PLATFORM\Mini2440\SRC\INC\bsp_cfg.h代码
阅读全文
wince 下,拨号成功,但不能打开网页的问题
摘要:试着去掉网络连接里面的所有其他连接试试,包括active sync的usb连接和其他板载网卡芯片的连接
阅读全文
wince 6 kernel configure files
摘要:设置BSP变量(set BSP_XXXX):PLATFORM\Mini2440\Mini2440.bat开启kITL debug 选项(uart debug 输出):PLATFORM\Mini2440\SRC\INC\options.h配置LCD size:PLATFORM\Mini2440\SRC\INC\options.h配置系统reg:OSDesigns\Mini2440\Mini2440\...
阅读全文