摘要:
WINCE的第一个驱动程序是什么呢?有的说是GPIO,有的说是LED,也有的说是SimpleDriver,我个人也是同意后者的。因此这里就以SimpleDriver为例讲解如何开始自己的第一个驱动程序。首先,要认识到一个驱动有哪些开发模型。这个相信大家都知道,比如本机驱动,分层驱动,流接口驱动等等,这些都闭着眼睛都知道,可是真正的实现呢?具体什么情况用什么模型呢?关于分层驱动,介绍饿时最多的,尤其... 阅读全文
摘要:
其实在我的日志里面很早就有介绍这里面一些符号的意义了,具体可以看我的第二篇日志《.bat 配置文件的一些符号所代表的意思?》。只是当时学的不是很扎实,今天师妹请教,于是整理一篇日志,方便后面的同学学习。 其实这些文件都是一个批处理文件,具体的指令可以参考windows shell 编程指令。 文章标题中出现的符号不是我们经常所看见的普通标点符号,也不要往C语言哪方面的意思去想。正所谓对事不对人... 阅读全文
摘要:
今天在编译6410的镜像文件的时候,突然报错:BUILD: [01:0000004569:ERRORE] iic_mdd.obj : error LNK2001: unresolved external symbol dpCurSettingsBUILD: [01:0000004570:ERRORE] D:\WINCE600\platform\SMDK6410\target\ARMV4I\debu... 阅读全文
摘要:
This function saves the number of .bin files to be downloaded and their addresses and sizes.这个函数保存要下载的.bin文件的数目和他们的地址以及大小。句式:void OEMMultiBINNotify( const PMultiBINInfo pInfo);参数:pInfo [in] Contains i... 阅读全文
摘要:
Binary ROM Iimage File System (BinFS) The binary ROM Image File System (BinFS) is a file system that reads the binary image (.bin) file format generated by Romimage.exe. The .bin file format organizes... 阅读全文
摘要:
http://msdn.microsoft.com/en-us/library/aa914387.aspx自己翻译,欢迎拍砖 How to Implement BinFS You can implement the binary ROM image file system (BinFS) on NAND or NOR flash media to read the .bin file format... 阅读全文
摘要:
嵌入式的航船 :http://kingsundi.bokee.com/viewdiary.16138354.htmlhttp://kingsundi.bokee.com/viewdiary.17125594.htmlhttp://kingsundi.bokee.com/viewdiary.16138382.html[推荐]MULTI BIN的wince 5.0+smdk2440下的实现(扩大你的内... 阅读全文
摘要:
今天师妹的WinCE6.0 Platform Builder过期了,打开工程提示已超过180天,问我,我以前只是关注了一下,知道有人问过类似的问题,但是具体怎么做也说不上来。只好google了一下,找到了解决办法:把gooogleman大侠提供的方法贴出来与大家共享之:"在PB安装目录下有个etkremov.inf,试用期是以此文件的创建日期来计算的。将其删除,然后新建一个文件,再重命名为 etk... 阅读全文
摘要:
Mini2440: Bug in DM9000 Driver for CE ?http://www.friendlyarm.net/forum/topic/34?lang=enMax PenthHello,问题:i'm experiencing problems similar to those:http://www.friendlyarm.net/forum/topic/9我要表达的问题类似于这... 阅读全文
摘要:
This function retrieves the type and data for a specified value associated with an open registry key.这个函数重新获得指定值的类型和数据。A remote application interface (RAPI) version of this function exists called CeRe... 阅读全文