首先解释下这两个东东
The RAM on a Windows CE–based device is divided into two areas: the object store and the program memory.
The object store resembles a permanent, virtual RAM disk. Data in the object store is retained when you suspend or perform a s…
在Windows CE 6.0中,内核(Kenerl)和OEM代码被分成oal.exe、kernel.dll和kitl.dll三个部分,其中启动代码(startup)和 OAL层的实现部分不再与内核链接生成NK.exe,取而代之的是启动代码(…
通常情况,wince系统默认的image大小是32M,一般这个大小是够了。但如果添加的组件比较多,生成的NK.bin就会超过32M,这时就需要做一些修改了。
1、将项目的配置属性 "Run-time image can be larger than 32MB (IMGRAM641)&quo…
用过VS2005的人都知道,它提供了两套远程工具软件,一个可从VS2005的菜单"Target”——"Remote Tools”打开,而另一个在“开始”菜单——"Microsoft Visual Studio 2005”——"Visual Studio Remote Tools”下。很早以前&a…
一楼为原帖,二三楼是ARMCE的讲解。原文如下:Modify BusEnum to support asynchronous driver loadinga. Currently, the BuiltIn drivers are loaded by BusEnum.dll in a single thread. BusEnum was designed to be able to call itself. BusEnum…
在SAMSUNG公司提供的S3C2440A的BSP中有一个Stepldr引导程序。先分析一下Stepldr.bib文件吧:
;; Copyright (c) Microsoft Corporation. All rights reserved.;;; Use of this source code is subject to the terms of the Microsoft end-user; license agreement …
标题:wince添加ftp server摘要:备注:Windows CE 5.0日期:2010.5.10姓名:朱铭雷添加如下组件:Core OS | Windows CE devices | Communication Services and Networking | Servers | FTP Serverplatform.reg中…
首先来看他自己的介绍吧
/* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
…
1. 在ce自制平台中如何添加自己的驱动?cec文件和reg,bib文件有何区别?看混了,不知道如何才能让驱动注册到平台中。另外,reg和bib是我在编写驱动必须要自己写的么
CE 的驱动分为本机驱动和流驱动,本机驱动你可以修改源…
winCE提供驱动声明为可支持电源管理的GUID有4个,分别代表4种外设类型,是固定的。 具体可以看看common.reg ; Power Manager interfaces. These list the interface classes that the Power ; Manager will monitor for new devices. ; [HKEY_LOCAL_MACHI…
Mass Storage的实际应用就是U盘,目标板和PC通过USB相连,PC可以把目标板识别为U盘,在很多产品上都很常用。这里介绍一下在WinCE系统中U盘功能的实现。 在谈WinCE的USB Mass Storage实现之前,首先要具备以下条件:
1. 开…
本文简单描述一下wince5.0内核的启动流程,以mips cpu为例。msdn有一篇文章叫做Microsoft Windows CE 5.0 Board support Package,Boot Loader,and Kernel Startup Sequence非常不错,可以参考。
1. startup.首先,内核最先执行的代码位于oal当…
Platform Builder for Microsoft Windows CE 5.0
1、通常情况下,点击一个mp3文件,会自动地调用Mediaplayer播放。 如果需要,我们也可以实现当点击一个特定格式的文件时,调用我们自己的程序来处理。 先对注册表进行一些处理。 比如…
刚才我在C:/WINCE500/PLATFORM/SMDK2440A/Src/Drivers下直接把Dirs文件中的camera删除掉了,这样就不会编译camera文件夹下的代码了,但是却会出现如下编译错误。 Error: Could not find file C:/WINCE500/PBWorkspaces/ARMsys2440/RelDir/smdk2440a_ARMV4…
Win CE 5.0 下面 USB Client Function Driver 目前有提供Serial Profile (Emulator a Serial Port, CESYSGEN_MODULE_SERIALUSBFN, set SYSGEN_USBFN_SERIAL) RNDIS Profile (Emulator a Network Card, CESYSGEN CE_MODULE_RNDISFN, set SYSGEN_USBFN_ETHERNET1) Mass Storage …
target|attach device打开wince模拟器的时候出现错误:
Failed to open the VPC Network Driver. Verify that the driver is installed, or install the driver from the Web download location at http://go.microsoft.com/fwlink/?linkid46859
cmd ipconfig时…