<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_No Best,Just Better（嵌入式、WinCE、ARM、MCU。。。）</title><subtitle type="text">它山之石，可以为错。它山之石，可以攻玉。                                              </subtitle><id>http://feed.cnblogs.com/blog/u/31586/rss</id><updated>2008-09-27T13:14:21Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/31586/rss"/><entry><id>http://www.cnblogs.com/harber/archive/2008/09/26/1299889.html</id><title type="text">基于PXA270嵌入式系统的Windows CE引导程序设计</title><summary type="text">PXA270处理器是一款 Intel公司新近推出的 32位微处理器，具有高性能、低功耗等优点，已开始广泛应用于以手持终端为代表的嵌入式系统开发中。Windows CE是目前手持终端等嵌入式系统主要采用的操作系统之一，要在基于 PXA270处理器的手持终端产品中实现Windows CE系统的设计开发，关键在于如何设计实现Windows CE引导程序（即E-boot）。本文首先介绍基于 PXA270处理器的嵌入式系统开发板（ARM-XMU）的基本架构和引导程序启动的基本原理、流程，分析该嵌入式系统启动所需的 E-boot代码及其关键技术问题，并根据 PXA270处理器的频率配置及存储器控制等特性，通过移植及优化，设计出适用于 ARM-XMU开发板的引导程序，验证实现了一种基于 Windows CE的手持终端系统。</summary><published>2008-09-26T15:45:00Z</published><updated>2008-09-26T15:45:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/09/26/1299889.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/09/26/1299889.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/09/26/1299880.html</id><title type="text">基于Intel PXA270的Windows CE5.0下Boot Loader实现</title><summary type="text">Windows CE．NET是微软公司向嵌入式领域推出的一款操作系统，被广泛应用于平板电脑、数码相机、彩屏手机、PDA等许多产品当中。Windows CE的开发过程可以分为：0AL(OEM Abstraction Layer)、驱动、应用程序开发三个步骤。其中，0AL开发是Windows CE开发过程中最基本的一步，而Boot Loader设计在0AL开发中又具有极为关键的作用。因此，本文以Windows CE 5.0在Xscale PXA270处理器上的Ethernet Boot Loader的设计和实现为例，对Boot Loader的实现进行阐述，并分析Boot Loader的架构、启动控制流程和配置安装。 </summary><published>2008-09-26T15:35:00Z</published><updated>2008-09-26T15:35:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/09/26/1299880.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/09/26/1299880.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/09/26/1299878.html</id><title type="text">基于Intel PXA272的Bootloader的设计与实现</title><summary type="text">PC机中的引导程序一般由BIOS和位于MBR的OS Bootloader（例如LILO或者GRUB）一起组成。然而在嵌入式系统中通常没有像BIOS那样的固件程序（有的嵌入式CPU有），因此整个系统的加载启动任务就完全由Bootloader来完成。但是随着嵌入式系统的发展，Bootloader已经逐渐在基本功能的基础上进行了扩展，Bootloader可以更多地增加对具体系统的板级支持，即增加一些硬件模块功能上的使用支持，以方便开发人员进行开发和调试。编写 BootLoader是开发WinCE系统第一步，也是关键的一步。只有得到一个稳定工作的Loader程序，才能够更进一步开发WinCE的BSP，直至最后整个系统的成功。</summary><published>2008-09-26T15:34:00Z</published><updated>2008-09-26T15:34:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/09/26/1299878.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/09/26/1299878.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/09/17/1292934.html</id><title type="text">S3C2440 Windows CE的RTC模块驱动设计与实现</title><summary type="text">桌面Windows系统的时间显示功能已为大家所熟知，它是通过BIOS上的时钟模块实现的。用户通过点击桌面系统任务栏右下脚的时间，可以修改当前时间、时区以及实现与Internet时间同步等功能。    目前流行的手机、PDA、HMI(人机接口设备)等嵌入式系统中，都大量移植了微软的Windows CE操作系统。虽然WinCE系统也实现了时间显示，但是在具体的实现中，其原理和方法与桌面系统大不相同，即使是基于不同嵌入式硬件平台的WinCE开发，也有所不同。由于嵌入式系统的复杂性、分散性，目前嵌入式系统的实时时钟RTC功能的实现，大部分是在基于内嵌于SoC处理器的RTC功能IP模块的基础上，通过软件驱动实现的。</summary><published>2008-09-17T15:42:00Z</published><updated>2008-09-17T15:42:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/09/17/1292934.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/09/17/1292934.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/09/17/1292933.html</id><title type="text">基于WINCE的CAN驱动的研究与实现</title><summary type="text">WINCE是一个高效率的实时操作系统，拥有多线程、多任务、确定的实时性和完全抢占式优先级的环境。本文以WINDOWS CE为基础，提出了基于嵌入式系统的CAN的核心原理和概念, 完成并优化符合工业现场标准的CAN系统设计和实现,并在基于WINDOWS CE的工控机上应用。关键字：WINDOWS CE，嵌入式系统，CAN, MCGS </summary><published>2008-09-17T15:34:00Z</published><updated>2008-09-17T15:34:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/09/17/1292933.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/09/17/1292933.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/09/17/1292922.html</id><title type="text">基于WinCE的I2C驱动程序设计</title><summary type="text">随着以计算机技术、通信技术和软件技术为核心的信息技术的迅速发展，嵌入式系统在各行业得到了广泛的应用，极大地推动了行业的渗透性应用。嵌入式系统是“以应用为中心、以计算机技术为基础、软硬件可裁剪、适应应用系统对功能、可靠性、成本、体积、功耗严格要求的专用计算机系统”，由嵌入式硬件和嵌入式软件两部分组成。嵌入式软件包括嵌入式操作系统和嵌入式应用软件。Microsoft的桌面操作系统已经为人们熟悉和使用，嵌入式的操作系统 Windows CE.net也日益风行。Windows CE.net是Microsoft推出的功能强大的紧凑、高效、可伸缩的32位嵌入式操作系统，主要面对各种各样的嵌入式系统和产品。该系统所具有的多线程、多任务、完全抢占式的特点是专为各种具有严格资源限制的硬件系统所设计的。为了将操作系统和硬件设备连接起来，联系硬件和软件的驱动就显得很重要。　　下面主要针对三星公司ARM9内核的芯片S3C2410进行分析，介绍在Windows CE.net系统下进行底层设备驱动开发的方法并提供I2C通信的实例。 </summary><published>2008-09-17T15:14:00Z</published><updated>2008-09-17T15:14:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/09/17/1292922.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/09/17/1292922.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/09/01/1281600.html</id><title type="text">CE下基于Zylonite硬件平台的SD卡驱动开发</title><summary type="text">http://www.mcuol.com/tech/113/20504.htm 本文结合实际项目（一款以WINCE为操作系统内核的GSM/PHS双模智能手机）对嵌入式系统Windows CE5.0的底层驱动（SD卡）的架构进行了分析和研究。  以MARVELL公司提供的基于INTEL Zylonite硬件平台的BSP为基础，利用Windows CE5.0的Platform Builder集成开发环...</summary><published>2008-09-01T15:07:00Z</published><updated>2008-09-01T15:07:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/09/01/1281600.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/09/01/1281600.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/04/17/1157174.html</id><title type="text">CE 6.0 - why the codename &amp;quot;Yamazaki&amp;quot; ?</title><summary type="text">摘自：http://blogs.msdn.com/testembedded/archive/2006/09/29/777063.aspx I've been asked why we used the name "Yamazaki" as a codename for CE 6.0 - There's some history behind the naming of Windows CE ver...</summary><published>2008-04-16T16:03:00Z</published><updated>2008-04-16T16:03:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/04/17/1157174.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/04/17/1157174.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/01/25/1053867.html</id><title type="text">揭秘Windows Mobile 7系统新功能</title><summary type="text">原文：http://tech.ddvip.com/2008-01/120053615140534.html 现在，微软公司正在日以继夜地研发新一代的Windows Mobile 7系统。据说，它将会给微软自己的移动设备操作系统带来的第一次“革命性”的改变。 绚丽多彩的Windows Mobile 7系统（点击查看大图） 　　最近，在微软公司的一份内部文档上，详细地介绍微软公司打算要在Mobile ...</summary><published>2008-01-25T15:19:00Z</published><updated>2008-01-25T15:19:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/01/25/1053867.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/01/25/1053867.html"/></entry><entry><id>http://www.cnblogs.com/harber/archive/2008/01/25/1053861.html</id><title type="text">WinCE下光电编码器的驱动程序设计</title><summary type="text">原文：http://article.ednchina.com/Embedded/20071209103917.htm 来源：中电网 | 作者：杨振坤 甘朝晖 蒋旻 　　引言 　　近年来，嵌入式技术发展迅速，嵌入式系统在各行各业得到了广泛的应用。然而，由于嵌入式计算机的专用性，系统的硬件、软件结构千差万别，其输入设备也不再像通用计算机那样单一。 　　嵌入式计算机的输入设备一般有鼠标、键盘、触摸屏、按...</summary><published>2008-01-25T15:13:00Z</published><updated>2008-01-25T15:13:00Z</updated><author><name>WindowsCE</name><uri>http://www.cnblogs.com/harber/</uri></author><link rel="alternate" href="http://www.cnblogs.com/harber/archive/2008/01/25/1053861.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/harber/archive/2008/01/25/1053861.html"/></entry></feed>
