<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Discuz! Board - STM8版块</title>
    <link>http://qfv8.com/forum.php?mod=forumdisplay&amp;fid=43</link>
    <description>Latest 20 threads of STM8版块</description>
    <copyright>Copyright(C) Discuz! Board</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 14:48:28 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://qfv8.com/static/image/common/logo_88_31.gif</url>
      <title>Discuz! Board</title>
      <link>http://qfv8.com/</link>
    </image>
    <item>
      <title>NRF52832 单片机P0.12 不能输出PWM波可能原因，PWM13可以输出代码如下,Q版主帮指点...</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=222111</link>
      <description><![CDATA[#include 
#include 
#include \&quot;nrf.h\&quot;
#include \&quot;app_error.h\&quot;
#include \&quot;bsp.h\&quot;
#include \&quot;nrf_delay.h\&quot;
#include \&quot;app_pwm.h\&quot;

APP_PWM_INSTANCE(PWM1,1);                   // 创建一个使用定时器1产生PWM波的实例
#define BSP_PWM_0      12
#define BS ...]]></description>
      <category>STM8版块</category>
      <author>chaotian</author>
      <pubDate>Mon, 05 Jan 2026 14:41:18 +0000</pubDate>
    </item>
    <item>
      <title>求助，我用的STM8S103F3，在IAR添加stm8s_adc1文件后编译失败？</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=222068</link>
      <description><![CDATA[有大神帮忙吗，问题如题。]]></description>
      <category>STM8版块</category>
      <author>Yang159</author>
      <pubDate>Tue, 30 Apr 2024 01:48:37 +0000</pubDate>
    </item>
    <item>
      <title>The truth About Flipper Zero In three Minutes</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=222064</link>
      <description><![CDATA[The Flipper Zero almost looks like a kid&#8217;s toy, with a white and orange exterior and a picture of a dolphin on the top of the screen. Flipper Zero is not just a gimmick; it is a robust tool that caters to a wide audience ranging from seasoned p ...]]></description>
      <category>STM8版块</category>
      <author>FannyMatth</author>
      <pubDate>Fri, 08 Mar 2024 08:26:40 +0000</pubDate>
    </item>
    <item>
      <title>very happy I at last signed up</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=222060</link>
      <description><![CDATA[Hello! I\'m at work browsing your blog from my new iphone 3gs! Just wanted to say I love reading your blog and look forward to all your posts! Carry on the fantastic work!

Feel free to visit my web-site; free junk removal in my neighborhood]]></description>
      <category>STM8版块</category>
      <author>Cathryn32H</author>
      <pubDate>Thu, 08 Feb 2024 04:30:39 +0000</pubDate>
    </item>
    <item>
      <title>IAR的stlink不能识别，但可以识别STM32 STLINK</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=204327</link>
      <description><![CDATA[IAR的stlink不能识别，但可以识别STM32 STLINK]]></description>
      <category>STM8版块</category>
      <author>zgq74565</author>
      <pubDate>Sun, 15 Jan 2023 04:34:00 +0000</pubDate>
    </item>
    <item>
      <title>程序没问题，但是烧录不进去板子？</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=169044</link>
      <description><![CDATA[程序没问题，但是烧录不进去板子？]]></description>
      <category>STM8版块</category>
      <author>123456dtq</author>
      <pubDate>Sat, 18 Sep 2021 10:19:29 +0000</pubDate>
    </item>
    <item>
      <title>ucos III v3.08移植到QF-STM8专业版</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=169039</link>
      <description><![CDATA[买了QF-STM8的开发板（stm8s207），有ucos III移植成功的例子吗？]]></description>
      <category>STM8版块</category>
      <author>h007</author>
      <pubDate>Tue, 13 Jul 2021 14:26:45 +0000</pubDate>
    </item>
    <item>
      <title>求助：关于uart_DIV的配置问题</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=167447</link>
      <description><![CDATA[哪位大神帮忙详细解释一下下面几段话，特别移位哪里，谢谢！     UART1_BRR2 = baud_div &amp; 0x0f;      
    UART1_BRR2 |= ((baud_div &amp; 0xf000) &gt;&gt; 8);
    UART1_BRR1 = ((baud_div &amp; 0x0ff0) &gt;&gt; 4);]]></description>
      <category>STM8版块</category>
      <author>lxzhouy</author>
      <pubDate>Fri, 25 Jun 2021 14:15:52 +0000</pubDate>
    </item>
    <item>
      <title>求助，看了青风stm8s开发板资料网盘内容，自己动手制作实验一：点亮LED灯，编译不成功</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=138189</link>
      <description><![CDATA[看了青风stm8s开发板资料网盘内容，自己动手制作实验一：点亮LED灯，编译不成功，这是为什么呢。
看了“青风中文教程（库函数版本）”文件下的“软硬件准备与使用”自己动手制作“实验一：点亮LED灯”发现做出来的工程文件不是少这文件就是少那文件，达不到作者做好的 ...]]></description>
      <category>STM8版块</category>
      <author>zjlsuedu</author>
      <pubDate>Thu, 03 Dec 2020 03:18:08 +0000</pubDate>
    </item>
    <item>
      <title>stm8下载问题</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=137540</link>
      <description><![CDATA[下载程序的时候出现了这个问题，然后按照视频上一步一步操作，可是无法更新驱动。
不知道该怎么解决？求解决！！]]></description>
      <category>STM8版块</category>
      <author>fff</author>
      <pubDate>Wed, 23 Sep 2020 13:25:05 +0000</pubDate>
    </item>
    <item>
      <title>stm8s207ADC采样问题</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=137465</link>
      <description><![CDATA[ADC的模式是单通道连续转换，因为ADC2没有扫描模式，每个通道采样10个数据，然后手动切换通道，下面这个是我的电路图

现在的问题是在ADC2初始化里面，首次初始化对应的引脚的温度传感器不能拔掉，否则整个系统都运行不正常
我试过把传感器拔掉，再把引脚直接接地， ...]]></description>
      <category>STM8版块</category>
      <author>风飘无痕</author>
      <pubDate>Sun, 21 Jun 2020 14:36:31 +0000</pubDate>
    </item>
    <item>
      <title>请教一下，stm8s 中的 uart2 跟 uart3 的异同</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=137271</link>
      <description><![CDATA[如题。另，代码中看到了 uart2 以及 uart3，但，规格书中，好像没有 uart2 的；那么他是跟 uart3 复用的吗？
谢谢~]]></description>
      <category>STM8版块</category>
      <author>lukgeeker</author>
      <pubDate>Tue, 13 Aug 2019 03:27:20 +0000</pubDate>
    </item>
    <item>
      <title>新人报告来了新人报告来了</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=136534</link>
      <description><![CDATA[新人报告来了新人报告来了新人报告来了新人报告来了]]></description>
      <category>STM8版块</category>
      <author>ykugb</author>
      <pubDate>Mon, 15 Jul 2019 13:25:36 +0000</pubDate>
    </item>
    <item>
      <title>關於 STM8 Hardware I2C 相關問題</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=136307</link>
      <description><![CDATA[各位朋友好,

我想請教各位有使用 STM8 的朋友 ,
是否有真的成功用過 STM8 的 Hardware I2C (Master)

我自己是用 STM8L052C6 ,我目前使用 I2C 都是用 Software I2C 來做 溫度IC 的資料讀取 ,(用 GPIO 模擬 I2C) 是可以用 ,

只是覺得很奇怪 STM8 的 Hardware  ...]]></description>
      <category>STM8版块</category>
      <author>kuoyueh01</author>
      <pubDate>Thu, 09 May 2019 09:41:33 +0000</pubDate>
    </item>
    <item>
      <title>来 宾 找 小 姐 全 套 小 妹 按 摩 美 女 上 门 服 务 电 话</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=135985</link>
      <description><![CDATA[]]></description>
      <category>STM8版块</category>
      <author>w75815895</author>
      <pubDate>Mon, 15 Oct 2018 06:51:08 +0000</pubDate>
    </item>
    <item>
      <title>STM8旗舰版实验四十三，电容触摸搞定！</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=112202</link>
      <description><![CDATA[根据原来社区大佬们给的资料，然后结合官方下载的电容触摸的库，修改了一份可以配合stm8旗舰版的程序。
大佬的资料：http://www.qfv8.com/forum.php?mod=viewthread&amp;tid=1944&amp;highlight=%B5%E7%C8%DD%B4%A5%C3%FE]]></description>
      <category>STM8版块</category>
      <author>lee727</author>
      <pubDate>Tue, 04 Sep 2018 11:42:45 +0000</pubDate>
    </item>
    <item>
      <title>库函数操作选项字节问题（问题解决）</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=85166</link>
      <description><![CDATA[这几天在学习STM8单片机编程，用库函数修改选项字节有问题，用的是开发板带的程序，见下面的代码不管是仿真还是烧录到芯片，这个函数都不起作用。
请版主帮忙给个解决办法。

解决办法，在写选项字节之前先解锁FLASH_DATA，写完选项字节之后再加锁FLASH_DATA。]]></description>
      <category>STM8版块</category>
      <author>K580C</author>
      <pubDate>Wed, 20 Dec 2017 01:37:23 +0000</pubDate>
    </item>
    <item>
      <title>开发板有没有STM8 IAP的demo代码？</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=5102</link>
      <description><![CDATA[开发板有没有STM8 IAP的demo代码？]]></description>
      <category>STM8版块</category>
      <author>QFNATHAN</author>
      <pubDate>Fri, 23 Jun 2017 12:26:43 +0000</pubDate>
    </item>
    <item>
      <title>需求STM8开发板教程</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=2515</link>
      <description><![CDATA[我买了一块STM8开发板，用ST-LINK 无法调试和下载，想要这方面的视屏教程]]></description>
      <category>STM8版块</category>
      <author>813694011</author>
      <pubDate>Sat, 22 Apr 2017 09:26:20 +0000</pubDate>
    </item>
    <item>
      <title>找回失去的青春--玩单片机STM8</title>
      <link>http://qfv8.com/forum.php?mod=viewthread&amp;tid=2514</link>
      <description><![CDATA[把失去的青春补回来！你以为我要说离开IT业？常被人说成“IT刁丝”，“IT民工”，我不以为然。不仅如此，我为做IT而骄傲。看看我们身边的产品，无不与IT有着密切的关系。你说你平时不用电脑。OK，你平时可以不用手机么？你知道手机是“IT刁丝”搞出来的么？再退一步，你 ...]]></description>
      <category>STM8版块</category>
      <author>1215483620</author>
      <pubDate>Sat, 22 Apr 2017 02:54:26 +0000</pubDate>
    </item>
  </channel>
</rss>