<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ST意法半导体中文论坛 - STM32</title>
    <link>https://qa-shequ.stmicroelectronics.cn/forum-244-1.html</link>
    <description>Latest 20 threads of STM32</description>
    <copyright>Copyright(C) ST意法半导体中文论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 19 May 2026 04:30:31 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://qa-shequ.stmicroelectronics.cn/static/image/common/logo_88_31.gif</url>
      <title>ST意法半导体中文论坛</title>
      <link>https://qa-shequ.stmicroelectronics.cn/</link>
    </image>
    <item>
      <title>【实战经验】基于Cube库无法检测CAN2的接收中断</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-607712-1-1.html</link>
      <description><![CDATA[基于 Cube库无法 检测 CAN2的接收中断
1 前言
       本文将针对客户在使用Cube库时CAN2不能产生接收中断进行分析。

2 问题描述
       客户使用的是STM32F105，同时用到了CAN1与CAN2，使用cube库，但有个奇怪的现象，CAN1能正常工作，CAN2却无**常产生接收中断，CAN1 ...]]></description>
      <category>STM32</category>
      <author>zero99</author>
      <pubDate>Tue, 30 Aug 2016 07:47:16 +0000</pubDate>
    </item>
    <item>
      <title>【实战经验】STM32L011x和STM32L021x启动模式注意事项</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-607710-1-1.html</link>
      <description><![CDATA[STM32L011x/021x启动模式注意事项

前言
      针对客户在STM32L011D4P6应用开发过程中，碰到的启动模式问题进行了分析。并且根据问题，介绍开发工具、烧录工具中如何配置以避免影响。

一 问题描述      发现尽管已经为Boot0引脚提供了低电平，在利用STVP进行烧录时， ...]]></description>
      <category>STM32</category>
      <author>zero99</author>
      <pubDate>Tue, 30 Aug 2016 07:22:00 +0000</pubDate>
    </item>
    <item>
      <title>STM32L0未定义</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-607688-1-1.html</link>
      <description><![CDATA[现开发一款产品用到STM32L053单片机，为了方便很想对端口进行未定义和位操作，现请高人指点，多谢！]]></description>
      <category>STM32</category>
      <author>czm.gold</author>
      <pubDate>Sat, 27 Aug 2016 08:10:49 +0000</pubDate>
    </item>
    <item>
      <title>ADC注入通道的 JEOC 与 JEOS区别</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-607633-1-1.html</link>
      <description><![CDATA[请教F3 ADC注入通道的 JEOC 与 JEOS区别是什么，该如何选择]]></description>
      <category>STM32</category>
      <author>咋就这么帅呢</author>
      <pubDate>Wed, 24 Aug 2016 07:55:51 +0000</pubDate>
    </item>
    <item>
      <title>F407关于DMA传送和读取ADC-&gt;CDR的问题</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-607580-1-1.html</link>
      <description><![CDATA[这几天在弄ADC多重模式。是打算一个周期内采集32个点。
目标是打算用定时器触发DMA。ADC交替转换，然后用DMA传到内存之中。
研究了几天发现，规则多重模式有个通用规则数据寄存器。就是ADC-&gt;CDR。
问题是我想准确的根据多重模式来传送数据的话，首先必须读取ADC-&gt;CDR的 ...]]></description>
      <category>STM32</category>
      <author>wamer</author>
      <pubDate>Mon, 22 Aug 2016 06:03:13 +0000</pubDate>
    </item>
    <item>
      <title>STM32F100 互补PWM输出在disable时的输出电平问题</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-607014-1-1.html</link>
      <description><![CDATA[在做PWM输出时碰到个问题，请教下大家，先谢谢

STM32F100，互补输出PWM，在disable时，Chanel_P、Chanel_N的输出电平能定义吗？
目前情况：

   TIM_CCxCmd(TIM1, TIM_Channel_3, TIM_CCx_Disable);
   TIM_CCxNCmd(TIM1, TIM_Channel_3, TIM_CCxN_Disable);
在禁止TIM ...]]></description>
      <category>STM32</category>
      <author>flying_cloud</author>
      <pubDate>Thu, 28 Jul 2016 04:30:22 +0000</pubDate>
    </item>
    <item>
      <title>STM32L151CC参考设计</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606677-1-1.html</link>
      <description><![CDATA[求STM32L151CC官方参考设计]]></description>
      <category>STM32</category>
      <author>xiao27</author>
      <pubDate>Sun, 03 Jul 2016 13:06:31 +0000</pubDate>
    </item>
    <item>
      <title>【实战经验】STM32 RTC不更新原因分析</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606599-1-1.html</link>
      <description><![CDATA[STM32 RTC不更新原因分析
问题现象
客户在使用STM32L4 RTC功能的时候，调试时发现日历不再更新，而通过IAR跟踪RTC相关寄存器，同样发现没有更新，奇怪的是，在单步运行时，寄存器是可以更新的。

问题原因分析
跟踪客户代码，发现客户使用Cube库带的HAL函数获取时间：
H ...]]></description>
      <category>STM32</category>
      <author>zero99</author>
      <pubDate>Tue, 28 Jun 2016 06:25:52 +0000</pubDate>
    </item>
    <item>
      <title>【实战经验】STM32F411CEUx 能下载程序但不能执行</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606597-1-1.html</link>
      <description><![CDATA[STM32F411CEUx 能下载程序但不能执行 

前言
某客户和我们反应他们制作回来的板子，能下载程序但是程序执行不了。

一、复现现象
硬件是：客户自己设计制作的板子。上面是STM32F411CEUx的芯片
软件版本是Cube库中的：基于问题是能下载程序，但是代码执行不了，所以自己 ...]]></description>
      <category>STM32</category>
      <author>zero99</author>
      <pubDate>Tue, 28 Jun 2016 06:20:13 +0000</pubDate>
    </item>
    <item>
      <title>模仿RA8875_RA8876做个图形LCD控制器,STM32跑emWin接VGA显示器测试OK</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606313-1-1.html</link>
      <description><![CDATA[图形LCD控制器的系统主构架是：FPGA+DDR2+Nand-Flash，FPGA里面还跑了个8051，因为要做指令缓冲、FAT32文件系统、Nand-Flash驱动程序，这三样东西没有C语言单靠FPGA基本是没法实现的，其实这也是图形LCD控制器和RA8875/RA8876最大不同的地方，可以说在某些方面是RA88 ...]]></description>
      <category>STM32</category>
      <author>glcd</author>
      <pubDate>Fri, 03 Jun 2016 18:27:24 +0000</pubDate>
    </item>
    <item>
      <title>STM32最新版本HAL库，360云盘下载，1.5G左右。</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606228-1-1.html</link>
      <description><![CDATA[ST  除了汽车级芯片之外，其它还是不错的。
新版本HAL库zip文件有1.5G，解压后5G左右。
http://yunpan.cn/Oc3XrPstjrjHur  访问密码 2237]]></description>
      <category>STM32</category>
      <author>wjandsq</author>
      <pubDate>Fri, 27 May 2016 14:58:18 +0000</pubDate>
    </item>
    <item>
      <title>Stm32f446RET 设置不了PWR的ODEN位和ODSWEN位</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606135-1-1.html</link>
      <description><![CDATA[Hi，
    我自己做了块板子，网上淘了块stm32f446ret，使用cubeMx生成了一个系统时钟为180M的简单工程，开始调试发现没过多久就直接进硬件错误了，奇怪的事168M也会进硬件错误，主循环的LED都没进去，后来看了芯片手册发现除了要设置PWR 的VOS位以外，还要进入over driv ...]]></description>
      <category>STM32</category>
      <author>徐雨</author>
      <pubDate>Thu, 19 May 2016 05:40:40 +0000</pubDate>
    </item>
    <item>
      <title>STM32F4 I2C标准库中start时间如何调整</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606134-1-1.html</link>
      <description><![CDATA[I2C程序从F1移植到F4后发现，F4的start状态时延比F1的少一个CLK，导致通信不能，程序是ST的标准库，这怎么改啊？]]></description>
      <category>STM32</category>
      <author>smallwaterj</author>
      <pubDate>Thu, 19 May 2016 04:09:17 +0000</pubDate>
    </item>
    <item>
      <title>STM32F030C8T6   SPI1问题</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-606005-1-1.html</link>
      <description><![CDATA[STM32F030C8T6  SPI1 引脚PA4  (SPI1_NSS)
PA5  (SPI1_SCK)
PA6  (SPI1_MISO)
PA7  (SPI1_MOSI)

程序是在F103移植过去的，没有反应，在论坛找了一个SPI例子，里面用的是PB3-PB4-PB5改了一下引脚定义成我自己的也是没有反应，
是不是不能用着几个引脚上的SPI啊
PA4  (SP ...]]></description>
      <category>STM32</category>
      <author>时光虫子</author>
      <pubDate>Fri, 06 May 2016 14:37:33 +0000</pubDate>
    </item>
    <item>
      <title>STM32F4 ISP读取序列号和FLASH SIZE失败</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-605949-1-1.html</link>
      <description><![CDATA[STM32F4 ISP读取序列号和FLASH SIZE失败]]></description>
      <category>STM32</category>
      <author>kingping</author>
      <pubDate>Fri, 29 Apr 2016 21:24:25 +0000</pubDate>
    </item>
    <item>
      <title>STM32L152VBT6</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-605712-1-1.html</link>
      <description><![CDATA[寻求各位ST有其它型号能完全兼容替代STM32L152VBT6吗？或者在哪里能购买到STM32L152VBT6？]]></description>
      <category>STM32</category>
      <author>xiao小小</author>
      <pubDate>Wed, 06 Apr 2016 08:09:51 +0000</pubDate>
    </item>
    <item>
      <title>修改的一个PWM输出程序，50Hzz占空比5%</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-605692-1-1.html</link>
      <description><![CDATA[修改的一个PWM输出程序，频率50Hz占空比5%（毫秒方波）]]></description>
      <category>STM32</category>
      <author>alangada-395837</author>
      <pubDate>Tue, 05 Apr 2016 02:56:17 +0000</pubDate>
    </item>
    <item>
      <title>KEIL 调试进入HardFault_Handler中断</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-605684-1-1.html</link>
      <description><![CDATA[调试STM32F030程序，debug时点自动运行刚运行一小段程序后就进入了HardFault_Handler中断，根据Call stack+Locals 查找故障前的程序然后设置断点，按F11单步执行怎么跑都不会进入HardFault_Handler中断，头大了如果是参数越界、语法错误，应该自动运行和单步是一样的呀 ...]]></description>
      <category>STM32</category>
      <author>wayhe</author>
      <pubDate>Mon, 04 Apr 2016 08:33:39 +0000</pubDate>
    </item>
    <item>
      <title>【方案秀】新型粉尘采样器（高清，无码）</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-605680-1-1.html</link>
      <description><![CDATA[申购的stm32L073板子到了，老规矩，先上图]]></description>
      <category>STM32</category>
      <author>whtt</author>
      <pubDate>Sun, 03 Apr 2016 14:23:54 +0000</pubDate>
    </item>
    <item>
      <title>关于Keil选中高亮的问题</title>
      <link>https://qa-shequ.stmicroelectronics.cn/thread-605676-1-1.html</link>
      <description><![CDATA[发现Keil不能高亮选中的相同变量，有时候在找引用的时候很麻烦，现在都是复制到Notepad里面找的，各位大神有没有什么解决办法？]]></description>
      <category>STM32</category>
      <author>kashimoto</author>
      <pubDate>Sun, 03 Apr 2016 05:48:16 +0000</pubDate>
    </item>
  </channel>
</rss>