<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>天嵌 ARM开发社区 - 其他操作系统</title>
    <link>http://www.armbbs.net/forum.php?mod=forumdisplay&amp;fid=143</link>
    <description>Latest 20 threads of 其他操作系统</description>
    <copyright>Copyright(C) 天嵌 ARM开发社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 17 May 2026 20:49:58 +0000</lastBuildDate>
    <ttl>120</ttl>
    <image>
      <url>http://www.armbbs.net/static/image/common/logo_88_31.gif</url>
      <title>天嵌 ARM开发社区</title>
      <link>http://www.armbbs.net/</link>
    </image>
    <item>
      <title>求指点linux下的一套基于socket的收发包函数移植到vxworks相关问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=17498</link>
      <description><![CDATA[最近在做一个项目，原本是linux平台下代码，需要移植到vxworks下。其中的一套基于linux socket的收发包函数的移植很头疼。很多头文件要换。请问下前辈们那个sys/select.h是在哪呢？我在linux2.6.30内核的源码里找不到这个文件，甚至都找不到sys这个目录。。。求前辈们指 ...]]></description>
      <category>其他操作系统</category>
      <author>bsdh0505</author>
      <pubDate>Thu, 29 Aug 2013 08:03:57 +0000</pubDate>
    </item>
    <item>
      <title>关于以太网驱动的问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=17447</link>
      <description><![CDATA[大家好，最近项目要用到以太网通信，我用的是ARM--Cortex-M3的内核处理器，外接的PHY芯片是LAN7800。看LAN7800手册资料都几天了，还是没很大头衔，网上的相关资料也很少。请问那位高手知道，我怎样能获得LAN7800芯片的PHY地址呢？（有相关芯片的操作使用经历的也可 ...]]></description>
      <category>其他操作系统</category>
      <author>honghaoyang</author>
      <pubDate>Mon, 26 Aug 2013 01:13:35 +0000</pubDate>
    </item>
    <item>
      <title>ucos局部变量程序跑飞，求解答啊！</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=17208</link>
      <description><![CDATA[ucosII中为了让函数具有可重入性，想使用局部变量保存数据，结果会出错，函数示意如下：


static char scrBuf[320][240] = {0};//本地全局变量

void SaveSrceen(char *scrBuf)
{
//将数组全部清0
}
void ReStroeSrceen(char *scrBuf)
{
//将数组全部置1
}

BOOL ShowM ...]]></description>
      <category>其他操作系统</category>
      <author>浅析ARM9</author>
      <pubDate>Thu, 01 Aug 2013 07:25:38 +0000</pubDate>
    </item>
    <item>
      <title>ucos临界区问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=17113</link>
      <description><![CDATA[ucos系统的OS_ENTER_CRITICAL()和OS_EXIT_CRITICAL()分别是开关中断,
关闭中断后定时器是无法产生任务调度的,
但是如果我在关闭中断后手动去调度一下,
或者不小心在关闭中断后使用了延时函数OSTimeDly(),
导致了另外一个任务运行,而另外一个任务刚好会改变临界资源,会出 ...]]></description>
      <category>其他操作系统</category>
      <author>浅析ARM9</author>
      <pubDate>Thu, 25 Jul 2013 10:04:36 +0000</pubDate>
    </item>
    <item>
      <title>步进电机相同脉冲方向却随机,求诊断</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=17108</link>
      <description><![CDATA[一组脉冲序列控制步进电机旋转,多次发送给电机, 电机旋转方向为什么有时候一直正转到序列结束,有时候又是一直反转到序列结束啊?
还有电机在低速运行的时候根本不转,一直抖动,高速运行就是正常的(但是在加速到高速的过程中电机也是抖动的)!

两个问题就解答啊.是电机坏了 ...]]></description>
      <category>其他操作系统</category>
      <author>浅析ARM9</author>
      <pubDate>Thu, 25 Jul 2013 07:54:41 +0000</pubDate>
    </item>
    <item>
      <title>基于TQ2440的ucGUI移植（群创7寸屏）？</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=16519</link>
      <description><![CDATA[最近想基于TQ2440移植ucGUI，遇到几个问题，特来咨询下：
1. 群创7寸屏用的是什么驱动芯片？（ucGUI中需要定义LCD Controler，可我始终找不到这块屏用的是哪个驱动芯片！）
2.有移植成功的吗，求分享经验啊？ ...]]></description>
      <category>其他操作系统</category>
      <author>dogandog</author>
      <pubDate>Mon, 03 Jun 2013 02:15:24 +0000</pubDate>
    </item>
    <item>
      <title>随机光盘中的uCOS-II_20091031 显示问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=12962</link>
      <description><![CDATA[故障描述如下：
1将随机光盘中uCOS2_Image_W43_20091031.bin烧写到开发板，LCD上总无法显示完整图片（屏幕最下端一块区域无法显示）。
2将随机光盘中uCOS-II_20091031.rar 工程修改头文件(lcd.h line15 #define LCD_TYPE]]></description>
      <category>其他操作系统</category>
      <author>pwx</author>
      <pubDate>Sun, 15 Jul 2012 14:06:40 +0000</pubDate>
    </item>
    <item>
      <title>TQ2440和UCOS-II怎么产生1khz的方波信号</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=12617</link>
      <description><![CDATA[我通过调用UCOS-II的OSTimeDly（）函数产生方波信号，可以吗]]></description>
      <category>其他操作系统</category>
      <author>独孤珊川</author>
      <pubDate>Sat, 02 Jun 2012 12:14:06 +0000</pubDate>
    </item>
    <item>
      <title>ucgui和ucos怎么整合</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=12232</link>
      <description><![CDATA[我刚刚弄懂这二个，不知道现在怎么把它们进行整合啊]]></description>
      <category>其他操作系统</category>
      <author>独孤珊川</author>
      <pubDate>Tue, 08 May 2012 08:19:27 +0000</pubDate>
    </item>
    <item>
      <title>ucos中断保护问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=11837</link>
      <description><![CDATA[Timer.c中设置OSTickISR为定时中断函数,但是并没使用__irq 关键字
void ISRInit(void)
{
 // 设置中断控制器
 rPRIORITY = 0x00000000;  // 使用默认的固定的优先级
 rINTMOD = 0x00000000;  // 所有中断均为IRQ中断
 pISR_TIMER0= (uint32) OSTickISR;
 rINTMSK &amp;= ~(1 ...]]></description>
      <category>其他操作系统</category>
      <author>dfdfghgh</author>
      <pubDate>Mon, 16 Apr 2012 11:23:48 +0000</pubDate>
    </item>
    <item>
      <title>寻学ucosii的新手，老手，高手，菜鸟，老鸟。</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=9781</link>
      <description><![CDATA[我是新手加菜鸟，刚学ucosii没几天，看了一两个星期的文档，头都是木的，同学买的这个TQ2440玩了两次没玩了，我弄过来了，想借这套开发板跑ucosii，借此学习ucos系统，谁知搞过来连程序都不会烧。求QQ群号码，求战友。 ...]]></description>
      <category>其他操作系统</category>
      <author>zhangjingdpj</author>
      <pubDate>Mon, 03 Oct 2011 17:49:41 +0000</pubDate>
    </item>
    <item>
      <title>UCOS放在nandflash的什么位置</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=9283</link>
      <description><![CDATA[nandflash的前4K地址用于存放uboot第一阶段，那么第二阶段的地址从哪里开始，是难道flash的4k位置之后吗，要是ucos系统应该放在nandflash的什么位置？]]></description>
      <category>其他操作系统</category>
      <author>sanshi322</author>
      <pubDate>Wed, 27 Apr 2011 03:59:58 +0000</pubDate>
    </item>
    <item>
      <title>烧ucOS-II到SDRAM.</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=9056</link>
      <description><![CDATA[从rom启动开发板，选择7烧ucos-II到sdram,启动后只是在计数，蜂鸣器和LED闪，
但是用触摸屏点了没有任何反应。
就是这个样子的么？]]></description>
      <category>其他操作系统</category>
      <author>WTW11897</author>
      <pubDate>Thu, 21 Apr 2011 12:21:53 +0000</pubDate>
    </item>
    <item>
      <title>就UCOS示例程序死机问题解决方法</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=8066</link>
      <description><![CDATA[好多网友反映UCOS运行时容易死机，TQ怎么能抄网上的程序呢？
在UCOS中系统主时钟是不能更改的，不然容易导致时钟混乱，解决方法之一：把函数Buzzer_Freq_Set的寄存器设置屏蔽掉，只保留，rGPBCON &amp;= ~3;rGPBCON |= 2;
rTCMPB0 = rTCNTB0&gt;&gt;1;这三个寄存器设置。这样BEEP ...]]></description>
      <category>其他操作系统</category>
      <author>xlm04322</author>
      <pubDate>Fri, 07 Jan 2011 17:22:47 +0000</pubDate>
    </item>
    <item>
      <title>求助：调试光盘自带ucosii遇到问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=7258</link>
      <description><![CDATA[在调试光盘自带的UCOSII中遇到问题。
描述如下：
      当定义图片的数组unsigned char phone[]修改为const unsigned char phone[]，同时定义多一张图片const unsigned char phone1[]，内容随便，之后在调用该图片的地方Paint_Bmp(0, 0, 320, 240, phone);下面增加多一 ...]]></description>
      <category>其他操作系统</category>
      <author>chenenzhi</author>
      <pubDate>Thu, 28 Oct 2010 15:34:16 +0000</pubDate>
    </item>
    <item>
      <title>发现光盘ucosii 存在问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=7187</link>
      <description><![CDATA[光盘自带的UCOSII存在问题。描述如下：
      当定义图片的数组unsigned char phone[]修改为const unsigned char phone[]，同时定义多一张图片const unsigned char phone1[]，内容随便，之后在调用该图片的地方Paint_Bmp(0, 0, 320, 240, phone);下面增加多一个P ...]]></description>
      <category>其他操作系统</category>
      <author>chenenzhi</author>
      <pubDate>Wed, 27 Oct 2010 13:29:28 +0000</pubDate>
    </item>
    <item>
      <title>ucos2怎么移植到TQ2440</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=6987</link>
      <description><![CDATA[光盘里德ucos2怎么移植到TQ2440的板子上呢？我一开始以为和TQ2440_test一样，但是用ADS连接编译后生成的bin文件到开发板上不能正常启动啊？该怎么移植呢]]></description>
      <category>其他操作系统</category>
      <author>wucongdonglai</author>
      <pubDate>Tue, 12 Oct 2010 01:08:56 +0000</pubDate>
    </item>
    <item>
      <title>关于uCOS问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=6579</link>
      <description><![CDATA[对uCOS刚入门，只大概看了下教程，知道uCOS运行首先要创建任务这回事。在TQ光盘中uCOS代码中创建了4个任务：MainTaskStk（）、Task0Stk（）、Task1Stk（）和Task2Stk（），其中的3个任务是在MainTaskStk（）创建的。现在我想在main()中直接创建Task0Stk（）…Task1…Tas ...]]></description>
      <category>其他操作系统</category>
      <author>lwy8513692</author>
      <pubDate>Sun, 12 Sep 2010 06:28:08 +0000</pubDate>
    </item>
    <item>
      <title>ucos编译出错</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=6392</link>
      <description><![CDATA[在d盘根目录下新建uCOS_II_Test文件夹，将光盘里的S3C2440和uCOS_II目录拷贝到uCOS_II_Test文件夹下，并在uCOS_II_Test文件夹下新建工程，新建方式和配置选项与教材提供的裸跑程序一致，工程加载的文件如下：[localimg=180,63]1[/localimg]
编译后出现如下错误： ...]]></description>
      <category>其他操作系统</category>
      <author>binxd</author>
      <pubDate>Fri, 27 Aug 2010 01:27:04 +0000</pubDate>
    </item>
    <item>
      <title>怎么移植UCOSii到TQ2440上呀？</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=5812</link>
      <description><![CDATA[如题怎么移植UCOSII到TQ2440上 ？新人不懂，望赐教]]></description>
      <category>其他操作系统</category>
      <author>fengyu</author>
      <pubDate>Thu, 22 Jul 2010 15:26:21 +0000</pubDate>
    </item>
  </channel>
</rss>