<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[串口裸机程序，在内存中能运行，下载到na ..]]></title>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026]]></link>
 <description><![CDATA[Latest 20 replies of 串口裸机程序，在内存中能运行，下载到na ..]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 12:21:13 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://aiothome.net]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[回 8楼(jixiaocheng1) 的帖子]]></title>
 <description><![CDATA[用的nor Flash自带的代码]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#85342]]></link>
 <author><![CDATA[shifengg_310]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Thu, 19 May 2011 02:26:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[能不能把你实验过程给我讲一遍，我也想把程序下到NAND运行。但是终是不行，还有就是你用什么工具把程序下到nand里，我想搭建平台，谢谢。QQ：262949847]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#81923]]></link>
 <author><![CDATA[jixiaocheng1]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Sat, 07 May 2011 04:50:23 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢分享，学习学习]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#73307]]></link>
 <author><![CDATA[denghu198810]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Mon, 11 Apr 2011 07:20:05 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我也试试]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#72968]]></link>
 <author><![CDATA[逆风飞扬]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Sun, 10 Apr 2011 08:44:06 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[好好学习一下]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#61584]]></link>
 <author><![CDATA[新手上路122]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Mon, 28 Feb 2011 15:32:11 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[谢谢分享 mark]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#58296]]></link>
 <author><![CDATA[吉祥衰宝]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Mon, 14 Feb 2011 03:32:03 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 2楼(cchd20) 的帖子]]></title>
 <description><![CDATA[我的程序中的启动代码和我的板子的nand flash（256M）有关。这个需要根据nand flash 的型号改]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#42311]]></link>
 <author><![CDATA[shifengg_310]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Wed, 22 Sep 2010 00:26:00 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[老大，我用你程序，加上了
rGPHCON &amp;= ~(0xffff);
rGPHCON |= (0xaaaa);
rGPHUP&nbsp;&nbsp;= 0x0;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
这几句也不行啊！]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#42228]]></link>
 <author><![CDATA[cchd20]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Tue, 21 Sep 2010 08:39:20 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[问题已经解决，原来是在
Uart_Init(0,115200);
Uart_Select(0);
之前没有初始化GPH为UART口，加上
rGPHCON &amp;= ~(0xffff);
 rGPHCON |= (0xaaaa);
 rGPHUP&nbsp;&nbsp;= 0x0;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
后下载到nand flash 后就能打印了&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
在此特别感谢244 ..]]></description>
 <link><![CDATA[http://aiothome.net/read.php?tid=8026#42046]]></link>
 <author><![CDATA[shifengg_310]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Sun, 19 Sep 2010 03:04:35 +0000]]></pubdate>
</item>
</channel></rss>