<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[为什么用ucos-II操作系统无法OSTimeDly]]></title>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908]]></link>
 <description><![CDATA[Latest 20 replies of 为什么用ucos-II操作系统无法OSTimeDly]]></description>
 <copyright><![CDATA[Copyright(C) ]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sun, 26 Jul 2026 09:49:28 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://121.40.142.80]]></link>
 <description><![CDATA[]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[。。。难道此贴 无后文了么？&nbsp;&nbsp;还是说 同志们都发现 成为 资深大牛后轻而易举了。。。
怎么破啊，怎么破，难道又要折磨一代人？？

 [s:8]]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#273146]]></link>
 <author><![CDATA[云箭]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Tue, 08 Apr 2014 06:01:57 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 9楼(bjcssc) 的帖子]]></title>
 <description><![CDATA[你的问题解决了吗？我的也是这个问题]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#127458]]></link>
 <author><![CDATA[kfxy]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Thu, 27 Oct 2011 00:55:10 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[任务切换后，堆栈指向不对。只运行一遍可能是tick定时中断关了]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#61626]]></link>
 <author><![CDATA[li_jie_hello]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Tue, 01 Mar 2011 02:13:52 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我的系统也差不多是这个问题，系统时间在走，但是任务总是切换不了，创建的三个任务都是只运行一遍，然后就自动跳到idle任务了，折磨一天了……]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#49915]]></link>
 <author><![CDATA[bjcssc]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Wed, 08 Dec 2010 15:30:14 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[void Main(void)&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;
{ 
&nbsp;&nbsp;&nbsp;&nbsp;Target_Init();
……
｝
void Target_Init(void)
{……
&nbsp;&nbsp;&nbsp;&nbsp;Isr_Init(); ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#49050]]></link>
 <author><![CDATA[zhangzhen037]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Tue, 30 Nov 2010 10:27:37 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[回 6楼(shemily) 的帖子]]></title>
 <description><![CDATA[我的也是这个问题，希望高手出现]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#47209]]></link>
 <author><![CDATA[zhangzhen037]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Fri, 12 Nov 2010 10:36:32 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我也遇到了这个问题，发现是因为cpsr中的i，f位屏蔽了中断，所以没有定时中断，任务不能切换，导致一直运行taskidle，但是开启了中断程序就飞了，还没找到原因。]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#35515]]></link>
 <author><![CDATA[shemily]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Fri, 23 Jul 2010 14:37:48 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[OSTimeDly(1)你可以看得到他闪的吗？肯定是由灭到亮，这就是你说的亮一次。
还有就是关于调试的问题，我发现，如果涉及到操作系统的切换上下文的操作，软件调试可能会跟不上那个PC的。如果想确认的话，应该在下一个任务那里加个断点，用全速运行，而不是用单步调试，这个方法，就可以验证是不是跑到别的任务里了。
还有的 ..]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#32231]]></link>
 <author><![CDATA[nazily]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Mon, 21 Jun 2010 11:29:27 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[遇到同样的问题，建立了2个任务，只运行一次就没反应了，调试了下，发现问题出在OSTimeDly函数这里，不过还没找到原因.... [s:9]]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#24988]]></link>
 <author><![CDATA[blp]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Wed, 14 Apr 2010 04:46:41 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[我的也是这个问题，看怎么解决哦]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#23066]]></link>
 <author><![CDATA[倾城之恋]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Sat, 27 Mar 2010 07:21:46 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[所有的任务都要在while(1)循环内；]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#5734]]></link>
 <author><![CDATA[ofourme]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Tue, 19 May 2009 01:28:36 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[发错了，再发一次]]></title>
 <description><![CDATA[发错了，再发一次。高手来帮帮忙！！]]></description>
 <link><![CDATA[http://121.40.142.80/read.php?tid=1908#5722]]></link>
 <author><![CDATA[mingming00]]></author>
 <category><![CDATA[裸机程序和微型OS]]></category>
 <pubdate><![CDATA[Mon, 18 May 2009 14:30:26 +0000]]></pubdate>
</item>
</channel></rss>