<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>中科因仑“3+1”工程特种兵精英论坛 - STM32/8</title>
    <link>http://bbs.enlern.com/forum-122-1.html</link>
    <description>Latest 20 threads of STM32/8</description>
    <copyright>Copyright(C) 中科因仑“3+1”工程特种兵精英论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 26 Apr 2026 20:09:57 +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>2024年日常训练题_2024/7/29</title>
      <link>http://bbs.enlern.com/thread-70178-1-1.html</link>
      <description><![CDATA[2023/7/29  (内容c)------------------------------------------------------------------------------------------------------------------
1.根据下面的定义，能打印出字母M的语句是()struct person{          char name[9];          int age;};struct person class ...]]></description>
      <category>STM32/8</category>
      <author>楊過</author>
      <pubDate>Fri, 26 Jul 2024 05:52:09 +0000</pubDate>
    </item>
    <item>
      <title>2024年日常训练题_2024/7/24</title>
      <link>http://bbs.enlern.com/thread-70177-1-1.html</link>
      <description><![CDATA[2023/7/24  (内容c/c++)------------------------------------------------------------------------------------------------------------------1.以下选项中不属于C语言的类型的是()    A)signed short int    B)unsigned long int    C)unsigned int    D)long short ...]]></description>
      <category>STM32/8</category>
      <author>楊過</author>
      <pubDate>Wed, 24 Jul 2024 00:31:48 +0000</pubDate>
    </item>
    <item>
      <title>嵌入式以太网uIP应用笔记</title>
      <link>http://bbs.enlern.com/thread-15113-1-1.html</link>
      <description><![CDATA[1.前言[/backcolor]
    最近半年的时间一直在学习应用嵌入式以太网。虽然学习的动机仅仅是玩玩，但是以太网真的深深吸引了我。这里我和各位分享一下uIP的使用经验，希望对大家有所帮助。uIP是一个简单好用的嵌入式网络协议栈，易于移植且消耗的内存空间较少，非常适合 ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Fri, 22 Jul 2016 13:06:50 +0000</pubDate>
    </item>
    <item>
      <title>STM32F103RBT6平台两个相同开发板CAN收发程序无法正常通信</title>
      <link>http://bbs.enlern.com/thread-15112-1-1.html</link>
      <description><![CDATA[我想实现的功能是：[/backcolor]
1、开发板1烧发送程序：[/backcolor]
（1）按键1（PC0引脚）下降沿触发EXTI_Line0中断[/backcolor]
（2）中断程序中添加[/backcolor]
       LED1_ON程序点亮LED1灯（PB9引脚）；[/backcolor]
       CAN_Transmit(&amp;TxMessage)函数发送 ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Fri, 22 Jul 2016 13:04:50 +0000</pubDate>
    </item>
    <item>
      <title>使用 STM32F303VCT6 的 ADC</title>
      <link>http://bbs.enlern.com/thread-15111-1-1.html</link>
      <description><![CDATA[这篇帖子将介绍如何使用 STM32F303VCT6 的 ADC 功能，属于［记录我的 STM32 示波器的研发经历］的副产品。STM32F3 系列的模拟电路部分功能比较强（相对于ST其它的MCU），其中STM32F303VCT6 最高主频 72MHz，256K Flash，48K RAM；最牛的，是它的72MHz的ADC时钟，以及6bi ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Fri, 22 Jul 2016 13:03:27 +0000</pubDate>
    </item>
    <item>
      <title>开源，STM32口线模拟I2C程序</title>
      <link>http://bbs.enlern.com/thread-15110-1-1.html</link>
      <description><![CDATA[在STM32的I2C上摔了一跤，测试了官方提供的几个例程和库，都有不同缺陷，也无法弥补：[/backcolor]
1、查询方式，在连续读数据的过程中不能中断[/backcolor]
2、DMA方式类似，在同一DMA中I2C的级别必须最高，否则同1.[/backcolor]
3、中断方式也不能有更高优先级中断I2C ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Fri, 22 Jul 2016 13:02:25 +0000</pubDate>
    </item>
    <item>
      <title>冰凌科技STM32开发板/USB、以太网LabVIEW数据采集板 原理图</title>
      <link>http://bbs.enlern.com/thread-15109-1-1.html</link>
      <description><![CDATA[[/td][/tr]

[/table]]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Fri, 22 Jul 2016 13:00:50 +0000</pubDate>
    </item>
    <item>
      <title>STM32硬件电路设计注意事项</title>
      <link>http://bbs.enlern.com/thread-15081-1-1.html</link>
      <description><![CDATA[&amp;nbsp;&amp;nbsp;发现最近有关STM32硬件电路设计的帖子稍有增多，也许STM32对于大家来说还算比较新的东西的缘故吧。因ST有一份应用笔记：AN2586&amp;nbsp;“STM32F10xxx&amp;nbsp;hardware&amp;nbsp;development:getting&amp;nbsp;started”已经有很详细的描述了，之前也就没有就STM32的硬件 ...]]></description>
      <category>STM32/8</category>
      <author>惨淡的人生</author>
      <pubDate>Wed, 22 Jun 2016 11:00:37 +0000</pubDate>
    </item>
    <item>
      <title>USART&amp;DMA乒乓操作接收任意长度数据</title>
      <link>http://bbs.enlern.com/thread-15080-1-1.html</link>
      <description><![CDATA[RT，相关说明都是在工程内部。[/backcolor]
/**[/backcolor]
  ******************************************************************************[/backcolor]
  * @file    USART.h[/backcolor]
  * @author  [/backcolor]
  * @version 0.1[/backcolor]
  * @date    ...]]></description>
      <category>STM32/8</category>
      <author>惨淡的人生</author>
      <pubDate>Wed, 22 Jun 2016 10:57:20 +0000</pubDate>
    </item>
    <item>
      <title>分享经典书籍--Reek的【C和指针】--带目录清晰电子档</title>
      <link>http://bbs.enlern.com/thread-15079-1-1.html</link>
      <description><![CDATA[之前在坛子里下载了这本书的电子档 由miminzhang上传[/backcolor]

http://www.amobbs.com/forum.php? ... C%E6%8C%87%E9%92%88[/backcolor]

今天偶得一个带目录的更清晰版本，里面的不清楚文字都被修正过[/backcolor]

看了一部分感觉很喜欢，所以在京东定了一本，估 ...]]></description>
      <category>STM32/8</category>
      <author>惨淡的人生</author>
      <pubDate>Wed, 22 Jun 2016 10:55:34 +0000</pubDate>
    </item>
    <item>
      <title>STM32初始化进入HardFault_Handler</title>
      <link>http://bbs.enlern.com/thread-15078-1-1.html</link>
      <description><![CDATA[执行完NVIC_Configuration();就进去了，中断函数无法打断点，说明根本不会执行到it.c里面，贴代码：（ps：不会是数组越界之类的，整个工程只有初始化和定时器中断）[/backcolor]
void main()[/backcolor]
{[/backcolor]
#ifdef DEBUG[/backcolor]
  debug();[/backcolor ...]]></description>
      <category>STM32/8</category>
      <author>惨淡的人生</author>
      <pubDate>Wed, 22 Jun 2016 10:54:57 +0000</pubDate>
    </item>
    <item>
      <title>调试开发板时遇到的MDK优化问题</title>
      <link>http://bbs.enlern.com/thread-15053-1-1.html</link>
      <description><![CDATA[今天用原子开发板做TFTLCD显示实验,使用的版本是mdk5.14,原子所带的例程默认优化级别是level0,测试也没问题,但优化开到level2或level3时就不显示内容了,估计是某个地方给优化掉了,以为高版本问题就退回4.74编译还是一样现象,然后是加延时什么的都不管用,仔细检查代码看 ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Tue, 21 Jun 2016 10:38:05 +0000</pubDate>
    </item>
    <item>
      <title>STVP 批量 烧写 教程</title>
      <link>http://bbs.enlern.com/thread-15052-1-1.html</link>
      <description><![CDATA[ST Visual Programmer批量烧写教程 [/backcolor]

首先要说下为什么要建立烧写工程呢- -原因只有一个。因为你不可能将源码工程交给别人去帮你烧程序。[/backcolor]

- -然后要吐槽下ST官方的IDE。真的。用得我极度不爽。所以后来转战IAR。结果发现IAR没法批量生产- -因 ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Tue, 21 Jun 2016 10:36:57 +0000</pubDate>
    </item>
    <item>
      <title>STM32+UCGUI手机界面,拼音输入法,文件浏览,BMP,指针时钟</title>
      <link>http://bbs.enlern.com/thread-15051-1-1.html</link>
      <description><![CDATA[百为STM3210E-EVAL开发板完整版:[/backcolor]


百为STM3210E-EVAL开发板精简版:[/backcolor]


把开发板资源汇总一下:[/backcolor]

原理图：[/backcolor]
http://d1.ourdev.cn/bbs_upload78 ... ev_602958HX5VN1.pdf[/backcolor]

我翻译的书《一个内幕者对STM32的介 ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Tue, 21 Jun 2016 10:35:26 +0000</pubDate>
    </item>
    <item>
      <title>stm32l152vbt6同时打开三个USART接收中断</title>
      <link>http://bbs.enlern.com/thread-15050-1-1.html</link>
      <description><![CDATA[stm32l152vbt6同时打开三个USART接收中断，USART2接收中断**.....[/backcolor]


单独USART2接收中断正常，与USART1和3同时用就**了，寄存器参数正常。[/backcolor]

int main(void)[/backcolor]
{[/backcolor]
        GPIO_InitTypeDef GPIO_InitStructure;[/backcolo ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Tue, 21 Jun 2016 10:32:14 +0000</pubDate>
    </item>
    <item>
      <title>STM32 移植FreeModbus 详细过程</title>
      <link>http://bbs.enlern.com/thread-15049-1-1.html</link>
      <description><![CDATA[FreeModbus移植 经验分享[/backcolor]一   为什么要移植Freemodbus[/backcolor]         为什么要移植Freemodbus，这个问题需要从两个方面来回答。第一，modbus是一个非常好的应用层协议，它很简洁也相对完善。对于还没有接触过modbus的朋友来说，我非常不建议直接移植f ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Tue, 21 Jun 2016 10:30:02 +0000</pubDate>
    </item>
    <item>
      <title>STM32实现485通信（测试简易485转232模块）</title>
      <link>http://bbs.enlern.com/thread-15019-1-1.html</link>
      <description><![CDATA[STM32学习笔记4 竹天笑[/backcolor]

此学习笔记的主要目的是测试一下我刚焊接的简易485转232模块，由于是初学者，当初在买开发板的时候没有想到考虑到485实验。485实验需要一对开发板来测试，或者一个485转232模块接电脑用串口调试助手测试。485实验一直搁置而没有做， ...]]></description>
      <category>STM32/8</category>
      <author>惨淡的人生</author>
      <pubDate>Mon, 20 Jun 2016 11:29:45 +0000</pubDate>
    </item>
    <item>
      <title>使用SWO来替代串口实现Printf打印功能</title>
      <link>http://bbs.enlern.com/thread-15018-1-1.html</link>
      <description><![CDATA[不知道有多少人跟我一样不喜欢用断点仿真器什么的,长期以来我唯一的调试工具就是串口打印信息,[/backcolor]
但串口打印有以下几个问题:[/backcolor]
1:占用串口,这个,完全无解...[/backcolor]
2:速度慢,真的很慢....[/backcolor]
2:串口输出一般都是用中断方式发送,而经 ...]]></description>
      <category>STM32/8</category>
      <author>惨淡的人生</author>
      <pubDate>Mon, 20 Jun 2016 11:27:44 +0000</pubDate>
    </item>
    <item>
      <title>MDK：位区(bitband)操作新方法</title>
      <link>http://bbs.enlern.com/thread-15017-1-1.html</link>
      <description><![CDATA[利用MDK提供的关键字[/backcolor]__attribute__((bitband))[/backcolor]，可以很方便地进行Cortex-M3所提供的位区(bitband)操作。下面以USART的定义为例：[/backcolor]

/* ------------------------ USART寄存器 ---------------------- */[/backcolor]
typedef struct ...]]></description>
      <category>STM32/8</category>
      <author>惨淡的人生</author>
      <pubDate>Mon, 20 Jun 2016 11:23:36 +0000</pubDate>
    </item>
    <item>
      <title>MDK：位区(bitband)操作新方法</title>
      <link>http://bbs.enlern.com/thread-14988-1-1.html</link>
      <description><![CDATA[利用MDK提供的关键字[/backcolor]__attribute__((bitband))[/backcolor]，可以很方便地进行Cortex-M3所提供的位区(bitband)操作。下面以USART的定义为例：[/backcolor]

/* ------------------------ USART寄存器 ---------------------- */[/backcolor]
typedef struct ...]]></description>
      <category>STM32/8</category>
      <author>天道出勤</author>
      <pubDate>Fri, 17 Jun 2016 06:34:04 +0000</pubDate>
    </item>
  </channel>
</rss>