<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[wince5 下如何访问一个 物理地址]]></title>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=4876]]></link>
 <description><![CDATA[Latest 20 replies of wince5 下如何访问一个 物理地址]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 08:11:19 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://www.aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[#include &lt;windows.h&gt;
#include &lt;ceddk.h&gt;
#include &lt;nkintr.h&gt;
#include &lt;oalintr.h&gt;
#include &lt;pm.h&gt;
#include &quot;pmplatform.h&quot;
#include &quot;Pkfuncs.h&quot;
#include &quot;s2440.h&quot;
#pragma comment(lib,&quot;ceddk.lib&quot;)

&nbsp;&nbsp;PHYSICAL_ADDRESS pha  ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=4876#30879]]></link>
 <author><![CDATA[chyuwa]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Sat, 05 Jun 2010 16:24:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[是不是MMU没有设置好

MMU_SetMTT( 0x08000000 , 0x08000008 ,0x08000000,RW_NCNB);]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=4876#19964]]></link>
 <author><![CDATA[soft100]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Sun, 28 Feb 2010 04:16:41 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[[s:2]]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=4876#19934]]></link>
 <author><![CDATA[soft100]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Sat, 27 Feb 2010 11:56:22 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢 你的程序 可以，测试过了 ，还有个问题


我手上有个 3.3供电的 点阵图形液晶 和 micro2440 做如下连接 
硬件连接 

data0-----data7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& ..]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=4876#19930]]></link>
 <author><![CDATA[soft100]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Sat, 27 Feb 2010 10:48:50 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[PHYSICAL_ADDRESS pha = {addr,0};
ULONG * ptr=(ULONG*) MmMapIoSpace(pha,1,FALSE);
WRITE_PORT_ULONG(ptr,data);
MmUnmapIoSpace(ptr,1);

addr 就是你想写的地址，如0x20000000
data 是数据]]></description>
 <link><![CDATA[http://www.aiothome.net/read.php?tid=4876#19337]]></link>
 <author><![CDATA[hazywxin]]></author>
 <category><![CDATA[WinCE技术交流区]]></category>
 <pubdate><![CDATA[Mon, 22 Feb 2010 06:04:19 +0000]]></pubdate>
</item>
</channel></rss>