<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>中科因仑“3+1”工程特种兵精英论坛 - 马潮MCU特种兵</title>
    <link>http://bbs.enlern.com/forum-201-1.html</link>
    <description>Latest 20 threads of 马潮MCU特种兵</description>
    <copyright>Copyright(C) 中科因仑“3+1”工程特种兵精英论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 12 May 2026 16:29:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.enlern.com/static/image/common/logo_88_31.gif</url>
      <title>中科因仑“3+1”工程特种兵精英论坛</title>
      <link>http://bbs.enlern.com/</link>
    </image>
    <item>
      <title>SPI详解</title>
      <link>http://bbs.enlern.com/thread-21642-1-1.html</link>
      <description><![CDATA[1、 SPI简介SPI，是英语Serial Peripheral interface的缩写，顾名思义就是串行外围设备接口。是Motorola首先在其MC68HCXX系列处理器上定义的。SPI接口主要应用在 EEPROM，FLASH，实时时钟，AD转换器，还有数字信号处理器和数字信号解码器之间。SPI，是一种高速的，全双 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>LiMeng</author>
      <pubDate>Thu, 17 May 2018 01:34:00 +0000</pubDate>
    </item>
    <item>
      <title>关于程序“三区一线理论”架构的一点分析</title>
      <link>http://bbs.enlern.com/thread-21634-1-1.html</link>
      <description><![CDATA[最近看了几篇关于软件架构的文章，软件架构的，但是代码风好坏直接决定着产品的稳定和性能，后期代码维护的工作量等等。看了几篇之后感觉大神吴坚鸿”三区一线理论“还不错，特做一下分析”。
#include  

void init();      
void initial();  

void delay_l(unsigned ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>LiMeng</author>
      <pubDate>Mon, 23 Apr 2018 02:40:34 +0000</pubDate>
    </item>
    <item>
      <title>大家都玩过LCD12864，又有几个人能做到下面的功能具体见视频</title>
      <link>http://bbs.enlern.com/thread-21630-1-1.html</link>
      <description><![CDATA[http://v.youku.com/v_show/id_XOTQxNzY5OTcy.html]]></description>
      <category>马潮MCU特种兵</category>
      <author>LiMeng</author>
      <pubDate>Sun, 15 Apr 2018 08:43:52 +0000</pubDate>
    </item>
    <item>
      <title>#include&lt; &gt; 和 #include” ” 的区别</title>
      <link>http://bbs.enlern.com/thread-21629-1-1.html</link>
      <description><![CDATA[一、#include&lt; &gt;　　#include&lt; &gt; 引用的是编译器的类库路径里面的头文件。　　假如你编译器定义的自带头文件引用在 C:\\Keil\\c51\\INC\\ 下面，则 #include 引用的就是 C:\\Keil\\c51\\INC\\stdio.h 这个头文件，不管你的项目在什么目录里， C:\\Keil\\c51\\INC\\stdio.h 这个路径 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>LiMeng</author>
      <pubDate>Sun, 15 Apr 2018 03:10:30 +0000</pubDate>
    </item>
    <item>
      <title>中断从触发到响应</title>
      <link>http://bbs.enlern.com/thread-21628-1-1.html</link>
      <description><![CDATA[The interrupt execution response for all the enabled AVR interrupts is four clock cycles
minimum. After four clock cycles, the program vector address for the actual interrupt
handling routine is executed. During this 4-clock cycle period, the Progra ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>LiMeng</author>
      <pubDate>Sun, 15 Apr 2018 03:06:45 +0000</pubDate>
    </item>
    <item>
      <title>【擂台挑战赛】马潮老师给出10道MCU实训题，欢迎各位挑战。</title>
      <link>http://bbs.enlern.com/thread-21599-1-1.html</link>
      <description><![CDATA[1、MCU的使用不限制，任何所熟悉的8位或32位MCU，只要能实现题目功能都可以。本实训题指标性能制定考虑主要基于使用8位的51架构的MCU实现，使用32位MCU，比如STM32时，性能指标难度要相应提高调整。注：原学习过以及熟悉使用51架构MCU的学员，请使用STC15F2K60S2（STC8A ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>liliuyang</author>
      <pubDate>Sun, 01 Apr 2018 08:59:50 +0000</pubDate>
    </item>
    <item>
      <title>8位有效数字高精度频率计设计----MCU特种兵提高项目</title>
      <link>http://bbs.enlern.com/thread-7740-1-1.html</link>
      <description><![CDATA[基本要求：
1、使用8个LED数码管显示频率测试结果
2、仅使用一片MCU芯片
3、自动量程转换

假定输入被测信号为50%方波信号

首先给出设计方案报告，说明频率计测试频率所采用的方法、能够测试频率的范围，不同量程测试结果的精度和误差、以及测量显示频度（每秒几次）

 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>ECNU-CMA</author>
      <pubDate>Fri, 19 Dec 2014 06:48:33 +0000</pubDate>
    </item>
    <item>
      <title>学单片机做什么？！（3） －－ 给有梦想和追求的年轻人</title>
      <link>http://bbs.enlern.com/thread-7739-1-1.html</link>
      <description><![CDATA[转载：作者  刘铮铮  福布斯中文版记者[/backcolor]
http://www.forbeschina.com/review/201408/0036982.shtml[/backcolor]


    10分钟之内，你就可以学会操控它，让它飞起来，替你俯瞰世界。面对这样一件融合科技与人文的作品，如果非要赞美，你可以用泰戈尔的诗 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>ECNU-CMA</author>
      <pubDate>Fri, 19 Dec 2014 05:08:40 +0000</pubDate>
    </item>
    <item>
      <title>学单片机做什么？！（2） －－ 给有梦想和追求的年轻人</title>
      <link>http://bbs.enlern.com/thread-7738-1-1.html</link>
      <description><![CDATA[请看下面视频：
http://v.youku.com/v_show/id_XODMwMDg4Njg0.html
密码：DJI12345



借此论坛作个宣传： “THE FUTURE OF POSSIBLE”，这是理想、追求、探索、奋斗的源泉！
   [/backcolor]    值得我自豪和欣慰的是，DJI的创始人是我的学生，他在学生时期是一个疯狂 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>ECNU-CMA</author>
      <pubDate>Fri, 19 Dec 2014 03:35:06 +0000</pubDate>
    </item>
    <item>
      <title>你的小车能有这样的水平么？MCU特种兵提高项目</title>
      <link>http://bbs.enlern.com/thread-7709-1-1.html</link>
      <description><![CDATA[日本人03年“玩”的，现在14年了，国内有几个玩到这样水平的？
这个效果是走8字环，里面有个交叉，小车走的直线，我们能在这个基础上，不但实现他的效果，再实现选择走左边（右边），就更智能了。
我在N年前就看到了（这个日本人就是有名的免费文件系统“FATS”的作者， ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>ECNU-CMA</author>
      <pubDate>Wed, 03 Dec 2014 03:59:26 +0000</pubDate>
    </item>
    <item>
      <title>学单片机做什么？！－－送给正在学习MCU的朋友</title>
      <link>http://bbs.enlern.com/thread-7708-1-1.html</link>
      <description><![CDATA[先认真回答两个问题：我学单片机来做什么？需要多长时间把它学会？[/backcolor]
   [/backcolor]
这是你学单片机的动力。没有动力，我想你坚持不了多久。[/backcolor]
   [/backcolor]
其次，端正学习心态。单片机学习过程是枯燥乏味、孤独寂寞的过程。要知道，学习知识 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>ECNU-CMA</author>
      <pubDate>Wed, 03 Dec 2014 03:35:48 +0000</pubDate>
    </item>
    <item>
      <title>AVR单片机嵌入式系统原理与应用实践（第2版）</title>
      <link>http://bbs.enlern.com/thread-7706-1-1.html</link>
      <description><![CDATA[简介：以ATMEL公司AVR单片机ATmega16为蓝本，由浅入深，软硬结合，全面系统地介绍基于单片机的嵌入式系统的原理与结构，开发环境与工具，各种接口与功能单元应用的硬件设计思想和软件编写方法。 《AVR单片机嵌入式系统原理与应用实践（第2版）》以夯实基础，面向应用 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>admin</author>
      <pubDate>Tue, 02 Dec 2014 14:40:15 +0000</pubDate>
    </item>
    <item>
      <title>IXION喷气式无窗概念飞机近日亮相</title>
      <link>http://bbs.enlern.com/thread-7135-1-1.html</link>
      <description><![CDATA[根据个人理解的不同，你可以认为这款飞机没有窗户，也可以理解为机身全是窗户。转播到腾讯微博


如果飞机机身是全透明玻璃并在机身外安有摄像头，当你乘坐它穿梭在天空时， 想象下360度全景观赏机外风景的感觉，是不是令人神往？机舱内“墙”实际是全方位视频监控设备 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>hanmo</author>
      <pubDate>Mon, 18 Aug 2014 06:29:02 +0000</pubDate>
    </item>
    <item>
      <title>AVR外部中断怎么解决按键消抖问题？</title>
      <link>http://bbs.enlern.com/thread-6446-1-1.html</link>
      <description><![CDATA[/*******************************************************
*   程序功能：外部中断触发
*   接线说明：核心板JP2 PA0-PA7连接到系统底板静态数码管显示电路JP71，PD2，PD3接到JP74上的DK0，DK1
*   实验现象：按下DK0数码管加1，按下DK1数码管减1
*]]></description>
      <category>马潮MCU特种兵</category>
      <author>jerryzhai</author>
      <pubDate>Sat, 26 Jul 2014 05:45:33 +0000</pubDate>
    </item>
    <item>
      <title>“因仑‘3+1’工程特种兵擂台赛”（因仑华山论剑）</title>
      <link>http://bbs.enlern.com/thread-6302-1-1.html</link>
      <description><![CDATA[江湖召集令：广大武林好友请注意，“因仑‘3+1’工程特种兵擂台赛”题库公开了！！这次活动本着为素未谋面的同道中人提供一个相互切磋、相互交流工程技术的平台，同时也是为了吸引江湖中酷爱工程技术“侠客们”的参与度，提升网站的人气。
     另外，本论坛在上 ...]]></description>
      <category>马潮MCU特种兵</category>
      <author>admin</author>
      <pubDate>Thu, 17 Jul 2014 22:00:49 +0000</pubDate>
    </item>
  </channel>
</rss>