<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>低功耗嵌入式软件开发者论坛 - FM33LE0xx系列</title>
    <link>https://www.fmdevelopers.com.cn/forum.php?mod=forumdisplay&amp;fid=140</link>
    <description>Latest 20 threads of FM33LE0xx系列</description>
    <copyright>Copyright(C) 低功耗嵌入式软件开发者论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 20 Jun 2026 18:16:31 +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>SPI1的接收问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17173</link>
      <description><![CDATA[void bsp_spi_init()
{
]]></description>
      <category>FM33LE0xx系列</category>
      <author>scjbc</author>
<enclosure url="/forum/FL_SPI_InitTypeDef spi;
" length="
" type="image/jpeg" />      <pubDate>Wed, 30 Oct 2024 07:15:11 +0000</pubDate>
    </item>
    <item>
      <title>FM33LE023 UART和IIC存在冲突？？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17077</link>
      <description><![CDATA[FM33LE023 UART和IIC存在冲突？？

项目使用2路UART，1路IIC，芯片使用过程中发现一些问题：
开发环境：Windows 10 ，Keil V5.35.0.0 ；

[1]:例程中IIC初始化程序，无法初始化IIC端口，怀疑是直接复制的其他芯片的初始化代码，未验证可行性；
（注：例程来自论坛  V1.3 ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>Name2HardAAA</author>
      <pubDate>Sat, 14 Sep 2024 14:16:37 +0000</pubDate>
    </item>
    <item>
      <title>fm33le0温度传感器，DMA读取异常</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17075</link>
      <description><![CDATA[您好，fm33le0单片机，使用片上温度传感器，用查询方式获取adc值进行计算，可以得到实际温度，如果用dma方式进行adc采集，FL_ADC_INTERNAL_TS通道获取的值跳变非常大，500-900，几乎不能用，麻烦帮忙看看问题原因。还有一个问题就是adc校准的问题

    FL_GPIO_InitType ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>w2024</author>
      <pubDate>Sun, 08 Sep 2024 07:25:58 +0000</pubDate>
    </item>
    <item>
      <title>FM33LE0xx配置串口中断接收，收不全</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=17042</link>
      <description><![CDATA[void UART1_IRQHandler(void)
{
  if((FL_ENABLE == FL_UART_IsEnabledIT_RXBuffFull(UART1))
      &amp;&amp; (FL_SET == FL_UART_IsActiveFlag_RXBuffFull(UART1)))
  {
    volatile uint8_t data = FL_UART_ReadRXBuff(UART1);
    // if (data == 0xfe) {
    //   boot]]></description>
      <category>FM33LE0xx系列</category>
      <author>zg1130286920</author>
      <pubDate>Sun, 18 Aug 2024 09:35:56 +0000</pubDate>
    </item>
    <item>
      <title>通用定时器</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16973</link>
      <description><![CDATA[通用定时器GPTIM0可以输出1M PWM信号么]]></description>
      <category>FM33LE0xx系列</category>
      <author>SesameF</author>
      <pubDate>Sat, 08 Jun 2024 01:51:42 +0000</pubDate>
    </item>
    <item>
      <title>请教 LE0xx单片机的低功耗定时器外部触发输入（ERT）</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16942</link>
      <description><![CDATA[项目需要低功耗下计算脉冲个数；引脚里看到LPT32_ETR (低功耗定时器外部触发输入),例程没有找到相关资料；
 有没有可以直接在低功耗下面直接读取该引脚的触发次数或者直接读取频率的例程；

 ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>8951</author>
      <pubDate>Wed, 22 May 2024 03:02:47 +0000</pubDate>
    </item>
    <item>
      <title>FM33LE单片机出现异常复位，请教可能是什么原因？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16916</link>
      <description><![CDATA[FM33LE026单板一直连接电池，运行中出现异常复位，查看复位标志寄存器，只有上电复位标志置1，其它复位标志均为0。除了复位标志寄存器这些复位情况，还有哪些情况会导致单片机复位？
      通过拔掉电池再上电，复位标志寄存器中下电 PDR 复位标志和上电复位标志 ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>张建</author>
      <pubDate>Fri, 19 Apr 2024 08:10:52 +0000</pubDate>
    </item>
    <item>
      <title>IAR for ARM IDE下载FM33LE026程序进入调试，过几秒就无法进行调试了，请问会是什么原因？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16892</link>
      <description><![CDATA[IAR for ARM IDE下载FM33LE026程序，程序采用的是例程ADC查询（其它也一样），进入调试，过几秒就无法进行调试了，快速操作只能进行几步单步运行，慢的话直接不能单步运行了。无法重新下载程序和进入调试，须拔掉重新插仿真器才能下载程序。
仿真器用的是ST-LINK V2。
 ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>张建</author>
      <pubDate>Mon, 01 Apr 2024 10:23:28 +0000</pubDate>
    </item>
    <item>
      <title>如何屏蔽中断，防止退出睡眠模式</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16701</link>
      <description><![CDATA[目前需要实现如下的功能，进入RTC，但是，保持单片机的睡眠模式，在编写代码的过程中，进入RTC中断默认就会退出深度睡眠模式
但是查询手册，手册中说明，这个rtc中断是可以屏蔽掉的，请问是否可以实现上面的功能，如果可以需要怎么操作
 ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>suweisuwei</author>
      <pubDate>Thu, 17 Aug 2023 00:47:35 +0000</pubDate>
    </item>
    <item>
      <title>FL IIC 使用过程 出现问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16683</link>
      <description><![CDATA[模拟io口可以正常读取数据 但是还是想使用一下FL库中的IIC读取相关的函数void IIC_R(uint8_t MemAddress, uint8_t *res) {    HAL_I2C_Mem_Read(ADXL345_IIC_ADD, ADXL345_R_ADD, MemAddress, I2C_MEMADD_SIZE_8BIT, res, 1, 0xff);}void IIC_W(uint8_t MemAddress, uin ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>suweisuwei</author>
      <pubDate>Wed, 02 Aug 2023 05:44:31 +0000</pubDate>
    </item>
    <item>
      <title>求官方函数的API</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16632</link>
      <description><![CDATA[每次都要查寄存器，大佬们有API吗]]></description>
      <category>FM33LE0xx系列</category>
      <author>guang</author>
      <pubDate>Tue, 04 Jul 2023 05:44:39 +0000</pubDate>
    </item>
    <item>
      <title>关于adc</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16569</link>
      <description><![CDATA[能否通过测算各通道输入电压，带入温度传感器公式，最后得出各输入通道温度？]]></description>
      <category>FM33LE0xx系列</category>
      <author>yyyyyyyy</author>
      <pubDate>Mon, 22 May 2023 09:25:21 +0000</pubDate>
    </item>
    <item>
      <title>dma控制adc双通道</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16505</link>
      <description><![CDATA[adc开两个通道采集电压。使用DMA传输数据在调试时会出现采集数据混乱的问题空一个通道没用
在调试的时候，，对应的空通道采集没有固定在第一个采集或者是第二个采集。
也就是说有可能偶数位是空通道，也有可能是奇数位是空通道。


 ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>玖玖</author>
      <pubDate>Mon, 08 May 2023 07:28:00 +0000</pubDate>
    </item>
    <item>
      <title>sw口复用发的问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16392</link>
      <description><![CDATA[调试口可以复用为串口，那可以复用为普通的io口吗]]></description>
      <category>FM33LE0xx系列</category>
      <author>玖玖</author>
      <pubDate>Wed, 26 Apr 2023 03:59:42 +0000</pubDate>
    </item>
    <item>
      <title>ADC通道采集</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16378</link>
      <description><![CDATA[static uint32_t GetVOLSample_POLL(uint32_t channel, uint32_t *ADCRdresult)
{
    uint32_t counter = 0;
    uint32_t EOC_Flag;
    uint8_t State;
    FL_RCC_SetADCPrescaler(FL_RCC_ADC_PSC_DIV8);                    //配置ADC工作时钟分频
    FL_VREF_Ena ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>yyyyyyyy</author>
      <pubDate>Fri, 21 Apr 2023 09:10:53 +0000</pubDate>
    </item>
    <item>
      <title>复旦微FM33LE0系列&amp;睿感GP30超声计量方案</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16368</link>
      <description><![CDATA[复旦微FM33LE0系列&amp;睿感GP30超声计量方案

资料包括：
1.基于FM33LE0&amp;GP30超声计量示例工程
2.FM33LE0开发板资料
3.睿感GP30硬件说明
4.复旦微FM33LE0系列&amp;睿感GP30产品说明书
附件：]]></description>
      <category>FM33LE0xx系列</category>
      <author>wangpeng</author>
      <pubDate>Tue, 18 Apr 2023 03:41:51 +0000</pubDate>
    </item>
    <item>
      <title>ADC DMA多通道连续采样</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16282</link>
      <description><![CDATA[ADC DMA多通道连续采样时，采样没按使能的顺序采样，使能顺序如下：
FL_ADC_DisableSequencerChannel(ADC, FL_ADC_ALL_CHANNEL);
FL_ADC_EnableSequencerChannel(ADC, FL_ADC_INTERNAL_AVREF);
FL_ADC_EnableSequencerChannel(ADC, FL_ADC_EXTERNAL_CH1);
FL_ADC_Enable ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>oliujunk</author>
      <pubDate>Thu, 06 Apr 2023 06:45:49 +0000</pubDate>
    </item>
    <item>
      <title>ATIM通道4输出PWM的设置</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=16053</link>
      <description><![CDATA[void MF_ATIM_TimerBase_Init(void)
{
    FL_ATIM_InitTypeDef    TimerBase_InitStruct;

    TimerBase_InitStruct.clockSource = FL_RCC_ATIM_CLK_SOURCE_APB2CLK;
    TimerBase_InitStruct.prescaler = 7;
    TimerBase_InitStruct.counterMode = FL_ATIM_COUNT]]></description>
      <category>FM33LE0xx系列</category>
      <author>hsl129</author>
      <pubDate>Tue, 21 Mar 2023 09:26:37 +0000</pubDate>
    </item>
    <item>
      <title>FM33LE025 UID 读取问题</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=15826</link>
      <description><![CDATA[项目开发时需要读取芯片UID，读取时遇到一些问题。
读取方式参考论坛帖子：【新提醒】FM33A0/G0/L0/LC0/A0EV/LG0 系列单片机唯一码 UID 存放地址 - FM33A0xx讨论区 - 低功耗嵌入式软件开发者论坛 - Powered by Discuz! (fmdevelopers.com.cn)
读取到的结果为全0。
[/bac ...]]></description>
      <category>FM33LE0xx系列</category>
      <author>wwwwwbbbbb</author>
      <pubDate>Wed, 15 Feb 2023 07:06:04 +0000</pubDate>
    </item>
    <item>
      <title>LE013 使用外部32.768khz晶振用作RTC，如何设置？</title>
      <link>https://www.fmdevelopers.com.cn/forum.php?mod=viewthread&amp;tid=15734</link>
      <description><![CDATA[LE013 使用外部32.768khz晶振用作RTC，如何设置？ 设置方法了LC013是一样的吗？  为何发现走时不准？]]></description>
      <category>FM33LE0xx系列</category>
      <author>pkeuus</author>
      <pubDate>Thu, 09 Feb 2023 07:09:01 +0000</pubDate>
    </item>
  </channel>
</rss>