<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Discuz! REAL TIME TECHNOLOGY - MCU</title>
    <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=forumdisplay&amp;fid=64</link>
    <description>Latest 20 threads of MCU</description>
    <copyright>Copyright(C) Discuz! REAL TIME TECHNOLOGY</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 15:31:38 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://lodetech.ustc.edu.cn/bbs/static/image/common/logo_88_31.gif</url>
      <title>Discuz! REAL TIME TECHNOLOGY</title>
      <link>http://lodetech.ustc.edu.cn/bbs/</link>
    </image>
    <item>
      <title>FriendlyArm 调试中遇到的问题</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=1167</link>
      <description><![CDATA[1 开发板的bios必须用JTAG来连接，没有能够通过jlink使用jtag(即使jlink单独工作正常)，但是用LPT转jtag配合H-Jtag软件可以使用。
××××××Hjtag软件bug极多，在该案例中，常常遇到烧写时保can‘t halt target的错误，这个错误可以通过掉电-&gt;上电-&gt;使能NAND flash-&gt; ...]]></description>
      <category>MCU</category>
      <author>wzyphy</author>
      <pubDate>Wed, 19 Jul 2017 15:20:34 +0000</pubDate>
    </item>
    <item>
      <title>Win10的数字签名问题（邹擎天提供）</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=1021</link>
      <description><![CDATA[在USB转串口的使用过程中，经常会因为系统的数字签名，导致USB转串口无法使用
win7的数字签名比较好修改，直接在开机的时候设置禁用即可，但是win10系统就比较麻烦。
下面这份文档介绍了如何在win10系统中修改数字签名。

（文档作者是：邹擎天）
 ...]]></description>
      <category>MCU</category>
      <author>DXiaoFei</author>
      <pubDate>Mon, 14 Sep 2015 12:18:39 +0000</pubDate>
    </item>
    <item>
      <title>单片机程序设计规范与技巧</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=559</link>
      <description><![CDATA[单片机程序设计规范与技巧]]></description>
      <category>MCU</category>
      <author>Wjianw</author>
      <pubDate>Thu, 22 Aug 2013 11:26:32 +0000</pubDate>
    </item>
    <item>
      <title>STM32F10x系列的ADC使用方法：</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=525</link>
      <description><![CDATA[本贴以STM32F107的ADC功能为例，简单讲一下其使用方法：
首先，要实现芯片内部自带的ADC功能，大致需要以下6个步骤：
1），配置ADC的采样时钟。
2），配置GPIO，选定哪根引脚作为ADC的输入。
3），配置ADC的基本模式，也 ...]]></description>
      <category>MCU</category>
      <author>DXiaoFei</author>
<enclosure url="http://lodetech.ustc.edu.cn/bbs/data/attachment/forum/201307/28/153542mnzhennnv3kdmh4v.png" length="69325" type="image/jpeg" />      <pubDate>Sun, 28 Jul 2013 08:21:50 +0000</pubDate>
    </item>
    <item>
      <title>STM32的数据传输</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=502</link>
      <description><![CDATA[关于CDC，现在的板子上面，试过CDC了，FS模式下速度不够快。波特率为115200时，传输550KB文件时需要40多秒。还测过定时1ms发送数据，大约速度也是10几K每秒。

现CDC在HS模式下，固件出现问题，暂时没有解决，联系了卖板子的工程师，他们说没有试过。

关于HID，现在FS ...]]></description>
      <category>MCU</category>
      <author>ahwwq</author>
      <pubDate>Wed, 26 Jun 2013 08:33:54 +0000</pubDate>
    </item>
    <item>
      <title>stm32资料</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=480</link>
      <description><![CDATA[http://www.stmcu.org/download/index.php?act=ziliao

ST MCU全国巡回研讨会资料
[*]2012

研讨会资料
[*]2011

研讨会资料
[*]2010

研讨会资料
ST MCU系列培训资料
[*]STM32F0(2013年01月发布)

培训资料
[*]STM32F1(2012年08月发布)

培训资料
[*]STM32F2(2012年11 ...]]></description>
      <category>MCU</category>
      <author>Wjianw</author>
      <pubDate>Wed, 12 Jun 2013 01:59:41 +0000</pubDate>
    </item>
    <item>
      <title>基于网络的STM32F207数据通信</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=478</link>
      <description><![CDATA[目前只试过TCP方式，分别当做client和server，不过作为client时没有成功。
但是server时，能够成功发送和接收数据。

查看源代码，发现需要修改的不多，不是很难。

关于运行只需根据光盘里面的开发板用户手册上的一步一步做就OK，只需要修改LED对应的IO管脚。 ...]]></description>
      <category>MCU</category>
      <author>ahwwq</author>
      <pubDate>Sun, 09 Jun 2013 09:52:40 +0000</pubDate>
    </item>
    <item>
      <title>基于HID的STM32F207的数据通信</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=475</link>
      <description><![CDATA[现在根据KEIL带的ＨＩＤ的里例子，可以实现回传功能，且多字节已实现，如图：

下面是固件工程和上位机的工程]]></description>
      <category>MCU</category>
      <author>ahwwq</author>
<enclosure url="http://lodetech.ustc.edu.cn/bbs/data/attachment/forum/201306/06/095331y2gfgnomzak5omjo.jpg" length="155610" type="image/jpeg" />      <pubDate>Thu, 06 Jun 2013 01:57:31 +0000</pubDate>
    </item>
    <item>
      <title>基于CDC的STM32F207与PC机的通信</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=468</link>
      <description><![CDATA[看了这篇论文，通信过程还是蛮复杂的。]]></description>
      <category>MCU</category>
      <author>ahwwq</author>
      <pubDate>Fri, 24 May 2013 07:35:45 +0000</pubDate>
    </item>
    <item>
      <title>STM32通用定时器PWM输出</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=467</link>
      <description><![CDATA[STM32通用定时器（TIM2-5）PWM输出
 脉冲宽度调制(PWM)，是英文“Pulse Width Modulation”的缩写，简称脉宽调制，是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术。简单一点，就是对脉冲宽度的控制。一般用来控制步进电机的速度等等。STM32的定时器 ...]]></description>
      <category>MCU</category>
      <author>Wjianw</author>
      <pubDate>Thu, 23 May 2013 02:33:34 +0000</pubDate>
    </item>
    <item>
      <title>STM32F207单片机时钟</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=456</link>
      <description><![CDATA[在HID固件中，有一个延时函数，如下：
[mw_shl_code=c,true]/*
* usbd_stm32_delay
* Parameters: delay: Delay
* Return Value: None
*/
void usbd_stm32_delay (U32 delay) {
     delay *= SystemCoreClock / 100000;
    while (delay--) {
        __nop(); __nop( ...]]></description>
      <category>MCU</category>
      <author>ahwwq</author>
      <pubDate>Fri, 17 May 2013 03:52:39 +0000</pubDate>
    </item>
    <item>
      <title>STM32 的USB OTG</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=448</link>
      <description><![CDATA[可以实现和PC的通讯，在1系列中为全速模式，2系列中有高速模式
在附件文中，测的全速的速率为500 kb/s]]></description>
      <category>MCU</category>
      <author>Wjianw</author>
      <pubDate>Sun, 12 May 2013 01:19:48 +0000</pubDate>
    </item>
    <item>
      <title>STM32单片机</title>
      <link>http://lodetech.ustc.edu.cn/bbs/forum.php?mod=viewthread&amp;tid=445</link>
      <description><![CDATA[STM32单片机技术开发手册、datasheet、发命令软件]]></description>
      <category>MCU</category>
      <author>liuxin</author>
      <pubDate>Tue, 07 May 2013 02:08:22 +0000</pubDate>
    </item>
  </channel>
</rss>