<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>低功耗嵌入式软件开发者论坛 - FM33LC0xx系列</title>
    <link>https://www.fmdevelopers.com.cn/forum.php?mod=forumdisplay&amp;fid=99</link>
    <description>Latest 20 threads of FM33LC0xx系列</description>
    <copyright>Copyright(C) 低功耗嵌入式软件开发者论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 24 Aug 2026 04:49:35 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.fmdevelopers.com.cn/static/image/common/logo_88_31.gif</url>
      <title>低功耗嵌入式软件开发者论坛</title>
      <link>https://www.fmdevelopers.com.cn/</link>
    </image>
    <item>
      <title>FM33A0XXD例程</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17956</link>
      <description><![CDATA[附件是FM33A0XXD开发包和测试例程]]></description>
      <category>FM33LC0xx系列</category>
      <author>于西宗</author>
      <pubDate>Mon, 20 Oct 2025 09:07:49 +0000</pubDate>
    </item>
    <item>
      <title>FM33LE0系列LPUART0串口中断发送开启后 连着发送两个字只能接收到第一个</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17170</link>
      <description><![CDATA[比如我在main函数里让他连续发出两个字节   FL_LPUART_WriteTXBuff(LPUART0, 0x55);  FL_LPUART_WriteTXBuff(LPUART0, 0x44);
最终输出的只有55
基础配置都是用的例子
调试时发现程序到发送55后再往下55发出来后不会马上到中断 而是直接执行下一句 再到中断
两者之间加 ...]]></description>
      <category>FM33LC0xx系列</category>
      <author>Fairbank</author>
      <pubDate>Thu, 24 Oct 2024 07:59:15 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC023的UART1_RX(PB13),死活不进中断啊……</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17074</link>
      <description><![CDATA[论坛里下载的历程，只是改了一下引脚，这样不行吗？ 望大神赐教 ；
      引脚波形测了，正常；

      if(com == COM1)
        {
                FL_GPIO_InitTypeDef    GPIO_InitStruct;
                FL_UART_InitTypeDef    UART_InitStruct;
          ...]]></description>
      <category>FM33LC0xx系列</category>
      <author>jialin2008</author>
      <pubDate>Wed, 04 Sep 2024 07:15:34 +0000</pubDate>
    </item>
    <item>
      <title>VREFINT_CAL的值我看例程里直接宏定义了，不是说出厂时存在flash了？这块没理解，望指教</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17051</link>
      <description><![CDATA[望前辈指教]]></description>
      <category>FM33LC0xx系列</category>
      <author>jialin2008</author>
      <pubDate>Mon, 26 Aug 2024 13:39:12 +0000</pubDate>
    </item>
    <item>
      <title>求助：debug时无法进入main函数</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17043</link>
      <description><![CDATA[使用eclipse作为ide，jlink v9作为调试进行调试；调试时jlink会报一警告，见图1，但，点OK后，仍然可以进入debug，见图2，
但无法跳转至main函数，不知为何，特来请教。
附debug时的全部信息：

SEGGER J-Link GDB Server V7.96l Command Line Version

JLinkARM.dll V7 ...]]></description>
      <category>FM33LC0xx系列</category>
      <author>raulzhang123</author>
      <pubDate>Mon, 19 Aug 2024 01:55:03 +0000</pubDate>
    </item>
    <item>
      <title>LC023怎样用SWD擦写information区</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16999</link>
      <description><![CDATA[想在information区存放几个字节的数据，要怎么操作呢？]]></description>
      <category>FM33LC0xx系列</category>
      <author>qinlicn</author>
      <pubDate>Mon, 01 Jul 2024 02:58:28 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC02无法定时1us</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16918</link>
      <description><![CDATA[我使用了一个普通IO口作为红外接收，所以只能通过定时器计算时间，但我发现无法做到微妙級的计算，请问我的配置问题在哪里，感谢各位前辈！

现测试条件为我有一个9ms的电平改变，我通过修改  TimerBaseInitStruct.prescaler 和 TimerBaseInitStruct.autoReload，可以得 ...]]></description>
      <category>FM33LC0xx系列</category>
      <author>YIz</author>
      <pubDate>Tue, 30 Apr 2024 03:06:12 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC036N  串口连续接收两帧，第二帧接收不全</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16905</link>
      <description><![CDATA[请问大佬们，有人遇到过这种情况吗，FM33LC036N  串口连续接收两帧，第二帧接收不全]]></description>
      <category>FM33LC0xx系列</category>
      <author>风惠3513</author>
      <pubDate>Sun, 14 Apr 2024 08:31:29 +0000</pubDate>
    </item>
    <item>
      <title>UART通讯</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16893</link>
      <description><![CDATA[怎样设置和停止位只有1.5的芯片通讯]]></description>
      <category>FM33LC0xx系列</category>
      <author>tayq</author>
      <pubDate>Wed, 03 Apr 2024 02:40:28 +0000</pubDate>
    </item>
    <item>
      <title>RTC 时钟ms级时间的获取</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16881</link>
      <description><![CDATA[在FM33lC045这款芯片上，可以获取RTC时钟MS级的时间时间吗，如果可以，该如何实现呢，我看datasheet中有ms的寄存器RTC_SBSCNT

但是没有更多的说明，有了解这个的吗？]]></description>
      <category>FM33LC0xx系列</category>
      <author>DACKERYU</author>
      <pubDate>Fri, 15 Mar 2024 07:51:43 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC0系列MCU哪一款能支持8COM或者4COM,31SEG？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16870</link>
      <description><![CDATA[貌似没有哪款可以支持128段LCD显示的！！！这个资料介绍是不是有错误！
另外，FM33LG0XX系列介绍有片外电容模式，片内电阻模式和片外电容模式，这两者功耗分别有多少？]]></description>
      <category>FM33LC0xx系列</category>
      <author>xstong</author>
      <pubDate>Sun, 03 Mar 2024 13:43:23 +0000</pubDate>
    </item>
    <item>
      <title>定时器启动时能不能更改计数</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16858</link>
      <description><![CDATA[如 lptim16，lptim32，bstim16，bsttim32定时器（设置为向上的计数定时器）。
能不能在定时器已经开始计数的情况下，将定时器的计数值清0。]]></description>
      <category>FM33LC0xx系列</category>
      <author>打发沙发</author>
      <pubDate>Mon, 26 Feb 2024 01:13:40 +0000</pubDate>
    </item>
    <item>
      <title>FM33LF的CAN驱动</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16846</link>
      <description><![CDATA[FM33LF系列单片机的CAN驱动是否可以用内部晶振。实例上用的是外部晶振。]]></description>
      <category>FM33LC0xx系列</category>
      <author>lim461291523</author>
      <pubDate>Wed, 24 Jan 2024 00:10:51 +0000</pubDate>
    </item>
    <item>
      <title>MODBUS CRC16怎么配置</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16829</link>
      <description><![CDATA[多项式  0x180D

我的配置]]></description>
      <category>FM33LC0xx系列</category>
      <author>wangcharley</author>
      <pubDate>Tue, 16 Jan 2024 03:35:35 +0000</pubDate>
    </item>
    <item>
      <title>复旦微MCU有做SIL认证的案例吗？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16811</link>
      <description><![CDATA[MCU诊断，RAM诊断，等等，SIL认证相关的。]]></description>
      <category>FM33LC0xx系列</category>
      <author>qinlicn</author>
      <pubDate>Mon, 25 Dec 2023 07:48:57 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC026N程序下载问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16774</link>
      <description><![CDATA[用JLink无法下载程序；提示如下信息
Cannot setup Breakpoint at Address
Cannot setup Breakpoint at Address
Erase Failed!
Error: Flash Download failed  -  \&quot;Cortex-M0\&quot;
Flash Load finished at 09:18:12]]></description>
      <category>FM33LC0xx系列</category>
      <author>tayq</author>
      <pubDate>Thu, 02 Nov 2023 01:23:46 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC026N程序下载</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16773</link>
      <description><![CDATA[用JLink 下载程序有以下提示；程序下载不了


Device: FM33LC02X
VTarget = 3.475V
State of Pins: 
TCK: 0, TDI: 0, TDO: 0, TMS: 1, TRES: 1, TRST: 0
Hardware-Breakpoints: 4
Software-Breakpoints: 8192
Watchpoints:          1
JTAG speed: 6000 kHz

Cannot set ...]]></description>
      <category>FM33LC0xx系列</category>
      <author>tayq</author>
      <pubDate>Thu, 02 Nov 2023 01:21:03 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC026N 下载问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16772</link>
      <description><![CDATA[JLink 装载程序有的可以；有的出现以下提示无法下载；
Cannot setup Breakpoint at Address
Cannot setup Breakpoint at Address
Erase Failed!
Error: Flash Download failed  -  \&quot;Cortex-M0\&quot;]]></description>
      <category>FM33LC0xx系列</category>
      <author>tayq</author>
      <pubDate>Wed, 01 Nov 2023 02:43:01 +0000</pubDate>
    </item>
    <item>
      <title>求助关于FM33LC系列的MCU如何设定读写保护</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16767</link>
      <description><![CDATA[按照文档的介绍，用SWD设备全擦除了芯片，在全擦标志有效的状态下，SWD就可以改写LDT1区域的内容，但是实际测试，在有全擦标志下也没有更改成功，有没有高手可以指点一下呀？]]></description>
      <category>FM33LC0xx系列</category>
      <author>zzy1874</author>
      <pubDate>Thu, 26 Oct 2023 09:03:33 +0000</pubDate>
    </item>
    <item>
      <title>FM33LC0系列如何知道是否看门狗重启</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16750</link>
      <description><![CDATA[请问，有没有相关的寄存器标志是否是看门狗导致的重启？]]></description>
      <category>FM33LC0xx系列</category>
      <author>inger</author>
      <pubDate>Tue, 10 Oct 2023 03:59:49 +0000</pubDate>
    </item>
  </channel>
</rss>