<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>低功耗嵌入式软件开发者论坛 - FM33LG0xx系列</title>
    <link>https://www.fmdevelopers.com.cn/forum.php?mod=forumdisplay&amp;fid=116</link>
    <description>Latest 20 threads of FM33LG0xx系列</description>
    <copyright>Copyright(C) 低功耗嵌入式软件开发者论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 29 Apr 2026 15:14:56 +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>如何烧写与擦除Flash 特殊扇区？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17948</link>
      <description><![CDATA[根据手册描述flash有特殊扇区。

但绝大部分扇区需要用SWD接口才能烧写与擦除。
我该使用何种工具才能烧写与擦除对于的扇区？
例如怎样开启数据flash？]]></description>
      <category>FM33LG0xx系列</category>
      <author>erearc</author>
      <pubDate>Sat, 11 Oct 2025 02:45:10 +0000</pubDate>
    </item>
    <item>
      <title>ATIM高级定时器的编码器模式如何开启</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17088</link>
      <description><![CDATA[想咨询下ATIM的编码器模式怎么配置的，最好能给个例程]]></description>
      <category>FM33LG0xx系列</category>
      <author>zhoulingping123</author>
      <pubDate>Fri, 27 Sep 2024 09:13:24 +0000</pubDate>
    </item>
    <item>
      <title>fm33lg025的指令周期问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17076</link>
      <description><![CDATA[想咨询下 LG025指令周期是多少]]></description>
      <category>FM33LG0xx系列</category>
      <author>且听风吟187</author>
      <pubDate>Fri, 13 Sep 2024 05:05:41 +0000</pubDate>
    </item>
    <item>
      <title>bootload跳转到app死机</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17073</link>
      <description><![CDATA[外设已关闭，app的中断向量偏移和内存地址都已改，跳转就死]]></description>
      <category>FM33LG0xx系列</category>
      <author>youjie</author>
      <pubDate>Wed, 04 Sep 2024 03:38:41 +0000</pubDate>
    </item>
    <item>
      <title>我用复旦微魔方官方提供的例程输出不了PWM波，想请教一下</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17058</link>
      <description><![CDATA[https://mfang2.fmdevelopers.com.cn/template/preview/1564446015753293826]]></description>
      <category>FM33LG0xx系列</category>
      <author>洪泽湖湖主</author>
      <pubDate>Thu, 29 Aug 2024 03:52:10 +0000</pubDate>
    </item>
    <item>
      <title>FM33LG025使用ADC-DMA中断方式进行内部温度采样不准确的问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17020</link>
      <description><![CDATA[使用FM33LG048的ADC-DMA查询采样将转换通道换成内部温度采样通道；
FL_ADC_EnableSequencerChannel(ADC, FL_ADC_INTERNAL_TS);
实际采样情况：
main函数中的采样转换为：
GetT = GetInternalTemperature_IT(FL_ADC_INTERNAL_TS);

 ...]]></description>
      <category>FM33LG0xx系列</category>
      <author>EvensYin</author>
      <pubDate>Tue, 23 Jul 2024 06:33:54 +0000</pubDate>
    </item>
    <item>
      <title>FM33LG025的UART3与SWO和SCLK引脚复用无法实现</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17003</link>
      <description><![CDATA[FM33LG025的单独的串口功能正常，但是在调试FM33LG025的PD7和PD8引脚上要使用PD7:UART3-RX/SWCLK；PD8：UART3-TX/SWO的引脚复用功能，应该要注意什么，调试的过程中发现无法实现初始化完毕后无法实现UART3的串口通讯功能，引脚复用后完成UART功能初始化后SWO接口调试无 ...]]></description>
      <category>FM33LG0xx系列</category>
      <author>EvensYin</author>
      <pubDate>Fri, 05 Jul 2024 10:38:58 +0000</pubDate>
    </item>
    <item>
      <title>FM33LG025的内部温度采集是否可以使用ADC单端采集+中断的方式实现</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16998</link>
      <description><![CDATA[使用了FM33LG048的内部温度采集例程，因为手中有个项目要做，使用到外部ADC采集电压，实现方式是ADC单端采样+中断，突发奇想想要将ADC的内部温度采样也用ADC的单端采样+中断实现。
代码是FM33LG048的温度查询+FMLG048的ADC单端+中断采样修改实现，结果显示出的温度采样 ...]]></description>
      <category>FM33LG0xx系列</category>
      <author>EvensYin</author>
      <pubDate>Fri, 28 Jun 2024 08:44:29 +0000</pubDate>
    </item>
    <item>
      <title>sleep 后不断复位</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16983</link>
      <description><![CDATA[用 demo 的 sleep 和 Iwdt 合起来后, 进去 sleep 后就约几秒后复位, 不断这样

uint8_t i;

void LED_Init(void)
{
    FL_GPIO_InitTypeDef GPIO_InitStruct = {0};

    GPIO_InitStruct.pin          = FL_GPIO_PIN_0;
    GPIO_InitStruct.mode         = FL_GPIO_M ...]]></description>
      <category>FM33LG0xx系列</category>
      <author>zhangx_00</author>
      <pubDate>Sat, 15 Jun 2024 07:38:08 +0000</pubDate>
    </item>
    <item>
      <title>魔方的LG046时钟配置无效</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16941</link>
      <description><![CDATA[报错，我用LG046在魔方里配置时钟，每次保存后再进去都还是默认状态，请问各位有遇到这种情况吗？]]></description>
      <category>FM33LG0xx系列</category>
      <author>ruddy</author>
      <pubDate>Sun, 19 May 2024 00:21:51 +0000</pubDate>
    </item>
    <item>
      <title>FM33LG023 QFN32封装 PD0口和PD11口如何配置</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16903</link>
      <description><![CDATA[我需要使用UART5_RX，一下子没通，看了手册 PD0口是PIN30，但是PD11也是PIN30，这个芯片内部是把PD0和PD11连接起来的吗？
如果配置PD0为UART5_RX，PD11必须要配置为输入模式吗？还是有特殊寄存器可以配置这两个口线工作模式？



 ...]]></description>
      <category>FM33LG0xx系列</category>
      <author>liuning587</author>
      <pubDate>Thu, 11 Apr 2024 14:33:34 +0000</pubDate>
    </item>
    <item>
      <title>XTHIN外接时钟电路问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16857</link>
      <description><![CDATA[XTHIN外接coms时钟的时候，XTHOUT接地吗？]]></description>
      <category>FM33LG0xx系列</category>
      <author>托斯瓦腊</author>
      <pubDate>Tue, 20 Feb 2024 08:04:43 +0000</pubDate>
    </item>
    <item>
      <title>单片机运行问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16855</link>
      <description><![CDATA[实测只接GND和RXD两个管脚，不单独供电，单片机居然运行了，这是为什么呢]]></description>
      <category>FM33LG0xx系列</category>
      <author>且听风吟187</author>
      <pubDate>Sun, 04 Feb 2024 08:12:25 +0000</pubDate>
    </item>
    <item>
      <title>LG025  dac输出问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16854</link>
      <description><![CDATA[使用FM33LG0XX_IAR例程_v0.46 例程包里面的dac例程，输出不了电压，在线debug寄存器无法读写]]></description>
      <category>FM33LG0xx系列</category>
      <author>且听风吟187</author>
      <pubDate>Thu, 01 Feb 2024 08:41:40 +0000</pubDate>
    </item>
    <item>
      <title>FM33LG0系列硬件I2C</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16838</link>
      <description><![CDATA[在使用FM33LG0系列的I2C时，发现如果从器件的ACK响应不及时，就会导致写入从器件不成功的现象，这种现象用软件GPIO模拟I2C可以延长ACK的判断来解决，但是硬件I2C的第九个时钟的时间是固定的，一旦在第九个时钟来临之前，没有检测到ACK，就会被认为是NACK而退出。

我用 ...]]></description>
      <category>FM33LG0xx系列</category>
      <author>hzcmlan</author>
      <pubDate>Thu, 18 Jan 2024 08:38:58 +0000</pubDate>
    </item>
    <item>
      <title>JLink怎么设置dataflash？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16799</link>
      <description><![CDATA[FM33LG025怎么设置dataflash呀，直接通过JLink写LDT1写不进去，写FLS_OPTBR寄存器也写不了，请问通过JLink设置DataFlash的操作流程应该是怎样的呢。]]></description>
      <category>FM33LG0xx系列</category>
      <author>逝水星痕</author>
      <pubDate>Wed, 13 Dec 2023 04:43:28 +0000</pubDate>
    </item>
    <item>
      <title>printf打印</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16788</link>
      <description><![CDATA[有朋友知道FM33LG026怎么用printf打印信息吗]]></description>
      <category>FM33LG0xx系列</category>
      <author>gouzinipiaole</author>
      <pubDate>Tue, 21 Nov 2023 03:48:23 +0000</pubDate>
    </item>
    <item>
      <title>nvic 中断由抢占优先级和响应优先级的说法吗，怎么配置</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16771</link>
      <description><![CDATA[如题，nvic 中断由抢占优先级和响应优先级的说法吗，怎么配置]]></description>
      <category>FM33LG0xx系列</category>
      <author>wangcharley</author>
      <pubDate>Mon, 30 Oct 2023 08:31:30 +0000</pubDate>
    </item>
    <item>
      <title>有移植过tracealyzer的大佬吗？freertos报错</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16755</link>
      <description><![CDATA[freertos添加         #define configUSE_TRACE_FACILITY          1      这个选项后 ，编译报错
有大佬帮忙看看时什么情况啊]]></description>
      <category>FM33LG0xx系列</category>
      <author>wangcharley</author>
      <pubDate>Fri, 13 Oct 2023 09:09:01 +0000</pubDate>
    </item>
    <item>
      <title>FM33LG025使用外部8M晶振时，必须要烧录相应的程序才能起振吗？还是空片就可以起振？软件需要具体需要怎么配置呢</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16693</link>
      <description><![CDATA[我是按照原理图这样设计的，但是在空片的情况下，用示波器测试晶振两端没有信号输出？请帮忙解答一下，谢谢！]]></description>
      <category>FM33LG0xx系列</category>
      <author>EasonWmh</author>
      <pubDate>Wed, 09 Aug 2023 02:58:11 +0000</pubDate>
    </item>
  </channel>
</rss>