<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重工电子论坛 - 实时操作系统</title>
    <link>http://www.cqutlab.cn/forum-40-1.html</link>
    <description>Latest 20 threads of 实时操作系统</description>
    <copyright>Copyright(C) 重工电子论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 06 Apr 2026 14:11:31 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.cqutlab.cn/static/image/common/logo_88_31.gif</url>
      <title>重工电子论坛</title>
      <link>http://www.cqutlab.cn/</link>
    </image>
    <item>
      <title>腾讯TencentOS tiny 缩小版RTOS</title>
      <link>http://www.cqutlab.cn/thread-4195-1-1.html</link>
      <description><![CDATA[https://cloud.tencent.com/document/product/1098]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Tue, 24 Aug 2021 11:13:45 +0000</pubDate>
    </item>
    <item>
      <title>GSM芯片资料</title>
      <link>http://www.cqutlab.cn/thread-242-1-1.html</link>
      <description><![CDATA[http://bbs.16rd.com/forum-263-1.html

http://bbs.eeworld.com.cn/thread-497043-2-1.html]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Wed, 31 May 2017 04:17:01 +0000</pubDate>
    </item>
    <item>
      <title>直立车</title>
      <link>http://www.cqutlab.cn/thread-226-1-1.html</link>
      <description><![CDATA[http://www.landzo.cn/thread-16127-1-1.html]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Mon, 27 Feb 2017 07:04:50 +0000</pubDate>
    </item>
    <item>
      <title>飞思卡尔使用例程</title>
      <link>http://www.cqutlab.cn/thread-225-1-1.html</link>
      <description><![CDATA[例程全部基于超核库函数，直接调用
按键扫描 4*4
开启PWM例程
外部中断，配合编码器使用]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Tue, 21 Feb 2017 15:18:23 +0000</pubDate>
    </item>
    <item>
      <title>飞思卡尔  超核库操作总结</title>
      <link>http://www.cqutlab.cn/thread-223-1-1.html</link>
      <description><![CDATA[占楼]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Tue, 21 Feb 2017 07:13:13 +0000</pubDate>
    </item>
    <item>
      <title>飞思卡尔 K60 设置系统时钟并做输出验证</title>
      <link>http://www.cqutlab.cn/thread-222-1-1.html</link>
      <description><![CDATA[第一次用飞思卡尔单片机（MK60DN512VLQ10），研究了一下怎么配置系统时钟，因为我发现周老师给的例程是用的内部时钟，也就是官方的启动文件，要么就是设置为外部8M 的时钟通过倍频而来的，而给的开发板上面是50M的有源晶振，明显套不上了，所以需要自己配置时钟。  让单 ...]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Mon, 20 Feb 2017 12:58:13 +0000</pubDate>
    </item>
    <item>
      <title>Freescale固件库及其教程</title>
      <link>http://www.cqutlab.cn/thread-221-1-1.html</link>
      <description><![CDATA[http://www.openedv.com/thread-21683-1-1.html


http://www.znczz.com/thread-202246-1-1.html

http://www.beyondcore.net/forum.php


NXP论坛http://www.nxpic.org/module/forum/forum.php]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Wed, 15 Feb 2017 06:47:20 +0000</pubDate>
    </item>
    <item>
      <title>有关长连接和gprs通信 sim300</title>
      <link>http://www.cqutlab.cn/thread-154-1-1.html</link>
      <description><![CDATA[最进在弄有关gprs通信的东西]]></description>
      <category>实时操作系统</category>
      <author>李钢-15级</author>
      <pubDate>Fri, 03 Jun 2016 17:14:59 +0000</pubDate>
    </item>
    <item>
      <title>M3 建立空项目</title>
      <link>http://www.cqutlab.cn/thread-152-1-1.html</link>
      <description><![CDATA[文件分组
编译顺序从上到小

startup    启动
CMSIS     comtex  M  software interface standard
FWlib      firmWare  lib
USER]]></description>
      <category>实时操作系统</category>
      <author>李维强-15级</author>
      <pubDate>Fri, 27 May 2016 02:54:12 +0000</pubDate>
    </item>
    <item>
      <title>如何用Kiel 生成.bin 文件（相信会用到嘚）</title>
      <link>http://www.cqutlab.cn/thread-114-1-1.html</link>
      <description><![CDATA[如图所示：
fromelg.exe --bin -o @p.bin @p.axf

找寻些许资料，特此补上：

1&#160;－&#160;HEX文件(ASCII文件)是包括地址信息的，,BIN文件(二进制文件)只包括了数据本身&#160;,&#160;在烧写或下载HEX文件的时候，一般都不需要用户指定地址，因为HEX文件 ...]]></description>
      <category>实时操作系统</category>
      <author>程浥</author>
      <pubDate>Fri, 22 Jan 2016 03:05:04 +0000</pubDate>
    </item>
    <item>
      <title>关于嵌入式系统－－献给热爱此道的初学者们(转载)</title>
      <link>http://www.cqutlab.cn/thread-88-1-1.html</link>
      <description><![CDATA[前言 网上看到众多网友都问了关于嵌入式系统方面的很多问题，很多都可在这里找到答案，希望我的这篇文章能给他们以启发。也请大家不要轻易转载。
一、嵌入式系统的概念 着重理解“嵌入”的概念 
主要从三个方面上来理解。 
       1、从硬件上，将基于CPU的处围器件 ...]]></description>
      <category>实时操作系统</category>
      <author>顾福源</author>
      <pubDate>Sun, 23 Aug 2015 14:13:56 +0000</pubDate>
    </item>
  </channel>
</rss>