<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>泰骏兴电子 - STM32</title>
    <link>https://www.tjxdz.cn/forum.php?mod=forumdisplay&amp;fid=39</link>
    <description>Latest 20 threads of STM32</description>
    <copyright>Copyright(C) 泰骏兴电子</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 11 Apr 2026 07:08:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.tjxdz.cn/static/image/common/logo_88_31.gif</url>
      <title>泰骏兴电子</title>
      <link>https://www.tjxdz.cn/</link>
    </image>
    <item>
      <title>STM32F103获取CPU温度</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=225</link>
      <description><![CDATA[STM32F1的ADC通道



[mw_shl_code=c,true]//初始化ADC
void Adc_CPU_Temp_Init(void)  //ADC通道初始化
{
]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Thu, 17 Jul 2025 02:52:07 +0000</pubDate>
    </item>
    <item>
      <title>NTC温度测温程序B3950</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=224</link>
      <description><![CDATA[简单测量NTC温度程序，返回直接是℃温度，输入的为ADC值]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Wed, 16 Jul 2025 03:53:41 +0000</pubDate>
    </item>
    <item>
      <title>STM32F103芯片超频测试程序</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=223</link>
      <description><![CDATA[此程序可以将CPU运行频率进行超频，超频范围：

 #define RCC_PLLMul_2                    ((uint32_t)0x00000000)
 #define RCC_PLLMul_3                    ((uint32_t)0x00040000)
 #define RCC_PLLMul_4                    ((uint32_t)0x00080000)
 #define  ...]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Mon, 14 Jul 2025 09:19:46 +0000</pubDate>
    </item>
    <item>
      <title>STM32F1使用PWM+DMA驱动WS2812</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=221</link>
      <description><![CDATA[使用定时器3的PWM驱动
使用WS2812_send函数可以直接驱动LED]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Thu, 22 May 2025 00:54:53 +0000</pubDate>
    </item>
    <item>
      <title>Keil v5 MDK 编译UTF8字符串报错的解决办法</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=213</link>
      <description><![CDATA[今天在编写一个LVGL项目的时候，突然遇到一个莫名其妙的问题，为什么莫名其妙呢？



LVGL要想显示中文，那就得吧ANSI格式改成UTF-8格式，问题就在这里，改成UTF-8格式后，MDK就抽风一样



看看下面报错的地方，不知道有没有人能发现什么问题，
发现不了就对了，我也 ...]]></description>
      <category>STM32</category>
      <author>bcwx_admin</author>
      <pubDate>Thu, 13 Jun 2024 06:34:40 +0000</pubDate>
    </item>
    <item>
      <title>一个拒绝死等的按键程序,支持短按，长按，多个按键同时按下</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=210</link>
      <description><![CDATA[通常我们在写按键程序的时候例如下面的例子：

都是这样进行识别按键的，但是这样的程序就会出现一个问题，就是按键在按下的时候程序会死在while(KEY1==0);//等待按键松开程序中，这样的话就造成一个问题，程序的执行效率很低很低
有什么什么方法可以解决一下呢？
当然 ...]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Mon, 29 Jan 2024 03:03:42 +0000</pubDate>
    </item>
    <item>
      <title>STM32F407驱动4寸的GT911电容触摸程序</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=203</link>
      <description><![CDATA[下载查看代码，
请一定注意IIC第地址，请一定注意IIC第地址，请一定注意IIC第地址]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Tue, 31 Oct 2023 08:12:16 +0000</pubDate>
    </item>
    <item>
      <title>STM32的MAP文件解析</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=195</link>
      <description><![CDATA[MAP文件的概念和作用：

MAP 文件是有MDK编译代码后产生的集程序，数据IO及空间的一种映射列表文件，简单的说就是包括了各种.c文件，函数，符号等的地址，大小，引用关系等信息的文件

MAP文件组成

  ...]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Thu, 07 Sep 2023 13:49:12 +0000</pubDate>
    </item>
    <item>
      <title>STM32导出PDF文件</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=196</link>
      <description><![CDATA[]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Wed, 06 Sep 2023 07:16:14 +0000</pubDate>
    </item>
    <item>
      <title>STM32F1驱动W25Qxx程序代码</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=193</link>
      <description><![CDATA[本程序是使用STM32F1驱动W25Qxx系列FLASH存储的驱动代码：


注意配置一下此函数






.H文件
.C文件]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Tue, 22 Aug 2023 06:51:19 +0000</pubDate>
    </item>
    <item>
      <title>PID-电源类-STM32F334数字电源开发板 51单片机数字电源 同步整流BUCKBOOST 双向DC-DC</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=187</link>
      <description><![CDATA[]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Wed, 26 Jul 2023 01:41:14 +0000</pubDate>
    </item>
    <item>
      <title>PID-电机类-STM32驱动库分享，包括STD库和HAL库</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=186</link>
      <description><![CDATA[PID-电机类-STM32驱动库分享，包括STD库和HAL库








文件内容]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Wed, 26 Jul 2023 01:26:17 +0000</pubDate>
    </item>
    <item>
      <title>TM1681数码管驱动IC程序</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=173</link>
      <description><![CDATA[TM1681具体信息请看TM1681详情

程序驱动的是共阳极0.8寸数码管，程序测试是没有什么问题的


.c文件

.h文件]]></description>
      <category>STM32</category>
      <author>泰骏兴电子</author>
      <pubDate>Tue, 13 Jun 2023 02:07:17 +0000</pubDate>
    </item>
    <item>
      <title>STM32F103的串口2程序</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=158</link>
      <description><![CDATA[#define usart2_MAX 100
extern uchar usart2_data[usart2_MAX];
extern uchar usart2_rx;
void usart2_init(u32 Baud_rate);
void USART2_Sned_Char(uchar pchar);//串口发出一个16进制数
void empty_usart2_data(uchar q);//清除



uchar usart2_data[usart2_MAX];
u ...]]></description>
      <category>STM32</category>
      <author>bcwx_admin</author>
      <pubDate>Thu, 11 May 2023 07:57:04 +0000</pubDate>
    </item>
    <item>
      <title>STM32操作ADC0832的AD器件程序</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=155</link>
      <description><![CDATA[]]></description>
      <category>STM32</category>
      <author>bcwx</author>
      <pubDate>Tue, 25 Apr 2023 01:07:36 +0000</pubDate>
    </item>
    <item>
      <title>STM32F1的串口引脚</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=148</link>
      <description><![CDATA[串口1
PA9-&gt;TX
PA10-&gt;RX

串口2
PA2-&gt;TX
PA3-RX

串口3
PB10-&gt;TX
PB11-&gt;RX

串口4
PC10-&gt;TX
PC11-&gt;RX

串口5
PD2-&gt;RX
PC12-&gt;TX]]></description>
      <category>STM32</category>
      <author>bcwx_admin</author>
      <pubDate>Wed, 12 Apr 2023 06:40:52 +0000</pubDate>
    </item>
    <item>
      <title>STM32硬件SPI加DMA驱动0.96寸ST7735TFT屏幕</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=133</link>
      <description><![CDATA[这是移植的程序，通过SPI加DMA驱动ST7735s0.96寸TFT屏幕代码
功能可能并不完善，略微瑕疵



[mw_shl_code=c,true]int main(void)
{         
        u8 q;
        delay_init();                     //延时函数初始化          
  
        LCD_Init();
        
   ...]]></description>
      <category>STM32</category>
      <author>bcwx</author>
      <pubDate>Mon, 27 Mar 2023 03:01:27 +0000</pubDate>
    </item>
    <item>
      <title>STM32F103VET6芯片手册芯片资料</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=110</link>
      <description><![CDATA[]]></description>
      <category>STM32</category>
      <author>bcwx</author>
      <pubDate>Fri, 03 Mar 2023 01:43:08 +0000</pubDate>
    </item>
    <item>
      <title>STM32F407的串口2初始化</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=100</link>
      <description><![CDATA[本质上串口一和串口二相差不大]]></description>
      <category>STM32</category>
      <author>bcwx_admin</author>
      <pubDate>Thu, 16 Feb 2023 00:56:15 +0000</pubDate>
    </item>
    <item>
      <title>STM32F407串口1的初始化</title>
      <link>https://www.tjxdz.cn/forum.php?mod=viewthread&amp;tid=99</link>
      <description><![CDATA[]]></description>
      <category>STM32</category>
      <author>bcwx_admin</author>
      <pubDate>Thu, 16 Feb 2023 00:18:26 +0000</pubDate>
    </item>
  </channel>
</rss>