<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>中科因仑“3+1”工程特种兵精英论坛 - MSP430单片机</title>
    <link>http://bbs.enlern.com/forum-129-1.html</link>
    <description>Latest 20 threads of MSP430单片机</description>
    <copyright>Copyright(C) 中科因仑“3+1”工程特种兵精英论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 21 May 2026 01:40:11 +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>用MSP430自带ADC做个简易示波器</title>
      <link>http://bbs.enlern.com/thread-13855-1-1.html</link>
      <description><![CDATA[[/td][/tr]

[/table]]]></description>
      <category>MSP430单片机</category>
      <author>曾经最美</author>
      <pubDate>Sun, 24 Apr 2016 05:24:21 +0000</pubDate>
    </item>
    <item>
      <title>msp430AD转换问题</title>
      <link>http://bbs.enlern.com/thread-13854-1-1.html</link>
      <description><![CDATA[/*********************************************************[/backcolor]
程序功能：MCU的片内ADC对P6.0端口的电压进行转换[/backcolor]
          将模拟电压值显示在1602液晶上。[/backcolor]
----------------------------------------------------------[/backcol ...]]></description>
      <category>MSP430单片机</category>
      <author>曾经最美</author>
      <pubDate>Sun, 24 Apr 2016 05:22:51 +0000</pubDate>
    </item>
    <item>
      <title>关于基于MSP430f4152单片机的液晶驱动板征求意见</title>
      <link>http://bbs.enlern.com/thread-13824-1-1.html</link>
      <description><![CDATA[[/td][/tr]

[/table]]]></description>
      <category>MSP430单片机</category>
      <author>因为思念谁</author>
      <pubDate>Sat, 23 Apr 2016 14:54:53 +0000</pubDate>
    </item>
    <item>
      <title>430ADC采集负数数据</title>
      <link>http://bbs.enlern.com/thread-13823-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>MSP430单片机</category>
      <author>因为思念谁</author>
      <pubDate>Sat, 23 Apr 2016 14:53:36 +0000</pubDate>
    </item>
    <item>
      <title>MSP430TimerA捕获问题</title>
      <link>http://bbs.enlern.com/thread-13794-1-1.html</link>
      <description><![CDATA[[/td][/tr]

[/table]]]></description>
      <category>MSP430单片机</category>
      <author>天道出勤</author>
      <pubDate>Fri, 22 Apr 2016 15:26:02 +0000</pubDate>
    </item>
    <item>
      <title>430149定时器测量低频脉宽</title>
      <link>http://bbs.enlern.com/thread-13793-1-1.html</link>
      <description><![CDATA[现在在用430149开发板做一个测量外部方波信号高电平宽度的实验。不知道为什么显示老是不正确。特来请教高手指点。[/backcolor]
配置如下：1、430149单片机。[/backcolor]
          2、选P1.2为功能口，TA1(CCI1A为信号源 输入)[/backcolor]
               3、开机默认 ...]]></description>
      <category>MSP430单片机</category>
      <author>天道出勤</author>
      <pubDate>Fri, 22 Apr 2016 15:24:23 +0000</pubDate>
    </item>
    <item>
      <title>msp430f149控制超声波模块的程序</title>
      <link>http://bbs.enlern.com/thread-13764-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>MSP430单片机</category>
      <author>曾经最美</author>
      <pubDate>Thu, 21 Apr 2016 14:31:58 +0000</pubDate>
    </item>
    <item>
      <title>用水果供电的AVR单片机——挑战MSP430的低功耗</title>
      <link>http://bbs.enlern.com/thread-13734-1-1.html</link>
      <description><![CDATA[[/td][/tr]
[/table]]]></description>
      <category>MSP430单片机</category>
      <author>因为思念谁</author>
      <pubDate>Wed, 20 Apr 2016 14:15:27 +0000</pubDate>
    </item>
    <item>
      <title>Altium的 FPGA 的开发板资料</title>
      <link>http://bbs.enlern.com/thread-13733-1-1.html</link>
      <description><![CDATA[搜索网络,似乎BSL的方法很多,但是失败的朋友也是蛮多,所以将成功的经验结果共享给大家.希望大家支持.[/backcolor]

首先上电路图[/backcolor]


当制作好硬件连接USB后,提示发现新硬件,从下面的链接下载驱动程序:[/backcolor]
http://www.wch.cn/product/usb/ch340.asp[ ...]]></description>
      <category>MSP430单片机</category>
      <author>因为思念谁</author>
      <pubDate>Wed, 20 Apr 2016 14:13:56 +0000</pubDate>
    </item>
    <item>
      <title>模拟SPI程序书写思路</title>
      <link>http://bbs.enlern.com/thread-13703-1-1.html</link>
      <description><![CDATA[void SPI_SEND_ONE_DATA(uchar i)    //SPI发一个字节[/backcolor]
{[/backcolor]
  uchar loop;[/backcolor]
  uint delay;[/backcolor]
  uchar temp;[/backcolor]
  temp = 0x80;[/backcolor]
  for(loop = 0; loop &lt; 8; loop++)[/backcolor]
  {[/backcolor]
   if ..]]></description>
      <category>MSP430单片机</category>
      <author>天道出勤</author>
      <pubDate>Mon, 18 Apr 2016 13:54:03 +0000</pubDate>
    </item>
    <item>
      <title>MSP430F5438 I2C学习笔记 硬件I2C等待法+AT24C02</title>
      <link>http://bbs.enlern.com/thread-13702-1-1.html</link>
      <description><![CDATA[[/td][/tr]
[/table]]]></description>
      <category>MSP430单片机</category>
      <author>天道出勤</author>
      <pubDate>Mon, 18 Apr 2016 13:52:18 +0000</pubDate>
    </item>
    <item>
      <title>【原创】解除CCE for Msp430 Ver3.2.2.1.14 16k限制</title>
      <link>http://bbs.enlern.com/thread-13672-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>MSP430单片机</category>
      <author>曾经最美</author>
      <pubDate>Sat, 16 Apr 2016 16:07:29 +0000</pubDate>
    </item>
    <item>
      <title>出利尔达原装MSP430F169/449转接板 全新</title>
      <link>http://bbs.enlern.com/thread-13671-1-1.html</link>
      <description><![CDATA[原价是80一个，现在出45一个，防静电包装还没拆[/backcolor]
分别再送一片MSP430F169和MSP430F449芯片[/backcolor]

http://item.taobao.com/auction/item_detail-0db2-2dfc4beb7242650338eff839692cbef4.jhtml[/backcolor]
http://item.taobao.com/auction/item_detail ...]]></description>
      <category>MSP430单片机</category>
      <author>曾经最美</author>
      <pubDate>Sat, 16 Apr 2016 16:06:21 +0000</pubDate>
    </item>
    <item>
      <title>MSP430、C51、AVR、ARM、CPLD、FPGA等视频免费下载</title>
      <link>http://bbs.enlern.com/thread-13642-1-1.html</link>
      <description><![CDATA[哥找430视频找了半天未果，优酷又不清晰，就在淘宝上直接买了，结果杯具了，因为我现在才发现力天电力网站上免费下载各种视频！ 都是在QQ中转站下载，用超级旋风速度很快！具体的操作相信你自己阅读网站就知道怎么操作了，所有的密码都是：litian[/backcolor]
视频还是 ...]]></description>
      <category>MSP430单片机</category>
      <author>因为思念谁</author>
      <pubDate>Fri, 15 Apr 2016 11:57:19 +0000</pubDate>
    </item>
    <item>
      <title>430ADC采集负数数据</title>
      <link>http://bbs.enlern.com/thread-13641-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>MSP430单片机</category>
      <author>因为思念谁</author>
      <pubDate>Fri, 15 Apr 2016 11:56:11 +0000</pubDate>
    </item>
    <item>
      <title>MSP430F149单片机原理图和PCB图</title>
      <link>http://bbs.enlern.com/thread-13610-1-1.html</link>
      <description><![CDATA[点击此处下载 [/backcolor]ourdev_545237.rar(文件大小:173K)[/backcolor] [/backcolor](原文件名:MSP430F149.rar)[/backcolor]]]></description>
      <category>MSP430单片机</category>
      <author>liliuyang</author>
      <pubDate>Thu, 14 Apr 2016 13:44:41 +0000</pubDate>
    </item>
    <item>
      <title>方便移植的中断扫描按键方式</title>
      <link>http://bbs.enlern.com/thread-13609-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>MSP430单片机</category>
      <author>liliuyang</author>
      <pubDate>Thu, 14 Apr 2016 13:43:28 +0000</pubDate>
    </item>
    <item>
      <title>刚刚收到TI 2010 MCU-day送的ez430开发套件，上传图片和资料</title>
      <link>http://bbs.enlern.com/thread-13580-1-1.html</link>
      <description><![CDATA[开盒照[/backcolor]

(原文件名SC00306.JPG)[/backcolor] [/backcolor]

全家福[/backcolor]

(原文件名SC00308.JPG)[/backcolor] [/backcolor]

ez430调试器和两个5173板[/backcolor]

(原文件名SC00311.JPG)[/backcolor] [/backcolor]

反面[/backcolor]

(原文 ...]]></description>
      <category>MSP430单片机</category>
      <author>曾经最美</author>
      <pubDate>Wed, 13 Apr 2016 12:33:23 +0000</pubDate>
    </item>
    <item>
      <title>MSP430控制TEA5767(上传完整代码及原理图)</title>
      <link>http://bbs.enlern.com/thread-13579-1-1.html</link>
      <description><![CDATA[最近整理家里东西，发现两个坏的MP3，比较老256M的。记得有收音机功能，所以都拆了，把TEA5767模块和FLASH拆下来准备折腾一下，[/backcolor]

从咱们网站上查考了一些资料，原理图还是很简单的，所以就在面包板上搭个电路。软件也很简单，I2C接口编好程序运行一下，插上 ...]]></description>
      <category>MSP430单片机</category>
      <author>曾经最美</author>
      <pubDate>Wed, 13 Apr 2016 12:32:50 +0000</pubDate>
    </item>
    <item>
      <title>TI与利尔达联合打造M3速成之旅</title>
      <link>http://bbs.enlern.com/thread-13552-1-1.html</link>
      <description><![CDATA[刚回来，拿了个板，呵，只要人去了就有，好多人拿了就走了，看来大家目的都是一样的呀[/backcolor]

在会上看到几个女的，太难得了，呵[/backcolor]


点击此处下载 [/backcolor]ourdev_609302G18D8T.rar(文件大小:47.61M)[/backcolor] [/backcolor](原文件名SDEV-3S5 ...]]></description>
      <category>MSP430单片机</category>
      <author>因为思念谁</author>
      <pubDate>Tue, 12 Apr 2016 13:06:28 +0000</pubDate>
    </item>
  </channel>
</rss>