<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title> - STM32/8</title>
    <link>http://www.51hei.com/bbs/mcu-stm32-1.html</link>
    <description>Latest 20 threads of STM32/8</description>
    <copyright>Copyright(C) </copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 27 May 2026 23:54:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.51hei.com/bbs/static/image/common/logo_88_31.gif</url>
      <title></title>
      <link>http://www.51hei.com/bbs/</link>
    </image>
    <item>
      <title>STM32N647正点原子官方版烧录程序执行不准确，没有正常烧录程序</title>
      <link>http://www.51hei.com/bbs/dpj-242896-1.html</link>
      <description><![CDATA[开发环境是CubeIDE + STM32N647，工程是基于正点原子官方AI人体检测例程，然后移植了自己的YOLOv8n模型。现在遇到了一个非常诡异的问题：无论我怎么修改app.c、app_config.h这些源文件，在CubeIDE里点Build之后控制台显示“Build Finished, 0 errors”，Debug文件夹里的 ...]]></description>
      <category>STM32/8</category>
      <author>debugking</author>
      <pubDate>Tue, 26 May 2026 14:36:48 +0000</pubDate>
    </item>
    <item>
      <title>STM32F103C8T6的SPI功能</title>
      <link>http://www.51hei.com/bbs/dpj-242874-1.html</link>
      <description><![CDATA[SPI协议调试经验总结：

SPI调试需要注意的问题：
1 硬件的连接方式，是一一对应的，MOSI 对MOSI ,MOSI是主设备的输出，从设备的输入，如果把MCU的模式设置为主从的情况的时候，系统会自动切换输入输出。
2 以后在写程序的时候，禁止使用阻塞的延时函数，可能会导致 ...]]></description>
      <category>STM32/8</category>
      <author>wzg_90</author>
      <pubDate>Sun, 24 May 2026 22:45:23 +0000</pubDate>
    </item>
    <item>
      <title>XCOM2.6串口调试助手</title>
      <link>http://www.51hei.com/bbs/dpj-242749-1.html</link>
      <description><![CDATA[XCOM2.6串口调试助手，最新版]]></description>
      <category>STM32/8</category>
      <author>LLYYSS</author>
      <pubDate>Mon, 04 May 2026 08:02:21 +0000</pubDate>
    </item>
    <item>
      <title>基于stm32l452+rt-thread 的adxl355驱动</title>
      <link>http://www.51hei.com/bbs/dpj-242726-1.html</link>
      <description><![CDATA[基于stm32l452+rt-thread 的adxl355驱动，附件是源码]]></description>
      <category>STM32/8</category>
      <author>lgm470895</author>
      <pubDate>Thu, 30 Apr 2026 06:37:41 +0000</pubDate>
    </item>
    <item>
      <title>使用STM32N647正点原子官方开发流程点灯，卡在烧录环节</title>
      <link>http://www.51hei.com/bbs/dpj-242703-1.html</link>
      <description><![CDATA[如题，我在使用官方的开发流程进行点灯的时候，一直卡在烧录程序部分，我的STLINK能连接到N6芯片，能够识别芯片ID，但是会卡在一个地方，如图，我不太清楚是我的配[/backcolor]置问题还是什么其[/backcolor]他问题，有没有大佬解答一下，感谢感谢[/backcolor]]]></description>
      <category>STM32/8</category>
      <author>debugking</author>
      <pubDate>Tue, 28 Apr 2026 02:19:01 +0000</pubDate>
    </item>
    <item>
      <title>SI4732_ALL_BAND_DIY_RADIO</title>
      <link>http://www.51hei.com/bbs/dpj-242576-1.html</link>
      <description><![CDATA[SI4732_ALL_BAND_DIY_RADIO 150Khz-30Mhz -64Mhz-108Mhz FM



Gerber文件:
程序:无
原理图:无]]></description>
      <category>STM32/8</category>
      <author>UZMAN</author>
      <pubDate>Mon, 06 Apr 2026 21:42:03 +0000</pubDate>
    </item>
    <item>
      <title>开发项目STM32C031K6T6芯片，能开发的高手可以联系</title>
      <link>http://www.51hei.com/bbs/dpj-242568-1.html</link>
      <description><![CDATA[底层电源板功能要求：
1、环境温度采集（NTC）：上传时时温度；温度范围是：-40到100度
2、光敏电阻（CD）：当接收到开机指令后，就开始采集光敏电阻值，并时时上传。
3、液位电阻（UG）：上电就定时采集液位值，并定时上传。
4、液位电阻（UD）：上电就定时采集液 ...]]></description>
      <category>STM32/8</category>
      <author>frank8899</author>
      <pubDate>Sat, 04 Apr 2026 09:22:33 +0000</pubDate>
    </item>
    <item>
      <title>proteus 8.17 sp2仿真stm32f103r6 简单测试</title>
      <link>http://www.51hei.com/bbs/dpj-242549-1.html</link>
      <description><![CDATA[仿真环境 proteus 8.17 sp2, 单片机型号： stm32f103r6


1. 仿真的功能包括：LED，USART，OLED，EEPROM
2.  使用vscode+eide 插件的方式开发和编译工程， 基础工程来源于EDIE官网的工程模板
3. 使用stm32cubeMX 生成的HAL库驱动； 其中ssd1306驱动，gpio模拟i2c的 ...]]></description>
      <category>STM32/8</category>
      <author>mymach</author>
      <pubDate>Wed, 01 Apr 2026 09:42:53 +0000</pubDate>
    </item>
    <item>
      <title>初学STM32选野火还是正点原子的产品？谁的性价比高！</title>
      <link>http://www.51hei.com/bbs/dpj-242295-1.html</link>
      <description><![CDATA[初学想入门STM32，选哪家更合适点？性价比更高些？]]></description>
      <category>STM32/8</category>
      <author>lgwd</author>
      <pubDate>Wed, 25 Feb 2026 03:22:54 +0000</pubDate>
    </item>
    <item>
      <title>ImageTo - 图片转档工具</title>
      <link>http://www.51hei.com/bbs/dpj-242251-1.html</link>
      <description><![CDATA[ImageTo，是一款图片转档工具，它可以批量将各种图片转为BIN或者数组，实现将图片转换为：

BIN文件：
- 16bpp（RGB565）
- 24bpp（RGB888）
数组文件：
- 8bit-16bpp
- 8bit-24bpp
- 16bit-16bpp

软件主界面：


软件下载：]]></description>
      <category>STM32/8</category>
      <author>harchy</author>
      <pubDate>Wed, 11 Feb 2026 15:45:53 +0000</pubDate>
    </item>
    <item>
      <title>STM32L496双通道50K ADC采样 USB传输示例</title>
      <link>http://www.51hei.com/bbs/dpj-242129-1.html</link>
      <description><![CDATA[基于正点原子潘多拉STM32L496开发板的ADC DMA采集与USB CDC数据传输示例项目。
项目简介
本项目实现了ADC单通道连续采集，通过DMA双缓冲模式进行数据传输，并使用JustFloat协议通过USB CDC（虚拟串口）将采集的波形数据实时传输到PC端。主要功能：
[*]ADC定时器触发 ...]]></description>
      <category>STM32/8</category>
      <author>createskyblue</author>
      <pubDate>Fri, 23 Jan 2026 06:20:41 +0000</pubDate>
    </item>
    <item>
      <title>网页版 定时器计算器</title>
      <link>http://www.51hei.com/bbs/dpj-242128-1.html</link>
      <description><![CDATA[定时器计算器
这是一个用于计算嵌入式系统定时器参数的工具，可以帮助开发者快速确定预分频系数(TIM_Prescaler)和自动重载值(TIM_Period)以达到目标定时时间或频率。功能特点


浏览器在线使用：获取源代码（附件可能不是最新的）：
**** 本内容被作者隐藏 ****
 ...]]></description>
      <category>STM32/8</category>
      <author>createskyblue</author>
      <pubDate>Fri, 23 Jan 2026 06:16:43 +0000</pubDate>
    </item>
    <item>
      <title>STM8S105驱动拆机ILI9325_8位总线</title>
      <link>http://www.51hei.com/bbs/dpj-242121-1.html</link>
      <description><![CDATA[STM8S105采用8位总线方式驱动拆机ILI9325液晶屏

拆机的移动话机屏(资料包内有引脚定义）
模块编号：JSY 5112_LCM_V3.2 
tft屏：TXDT240C-8347B-53A31]]></description>
      <category>STM32/8</category>
      <author>bedz</author>
      <pubDate>Thu, 22 Jan 2026 08:12:28 +0000</pubDate>
    </item>
    <item>
      <title>STM32从入门到那啥教程连载-2</title>
      <link>http://www.51hei.com/bbs/dpj-242096-1.html</link>
      <description><![CDATA[1.本节开始为CFV6-STM32开发板配套的系列教程，本节所展示的项目为LED实现流水灯效果，例程编号：3-2 LED_LS。

2.本节实现的是STM32这个MCU的离散GPIO并行输出8位端口数据而实现的流水灯效果，所有LED所连接的GPIO引脚为PC0~PC7。


3.本节LED流水灯的硬件接口仍 ...]]></description>
      <category>STM32/8</category>
      <author>myemcu</author>
      <pubDate>Sat, 17 Jan 2026 13:06:52 +0000</pubDate>
    </item>
    <item>
      <title>各位彦祖，实际工作中用的哪种32（基于MCU项目）？</title>
      <link>http://www.51hei.com/bbs/dpj-242051-1.html</link>
      <description><![CDATA[]]></description>
      <category>STM32/8</category>
      <author>myemcu</author>
      <pubDate>Sun, 11 Jan 2026 08:15:31 +0000</pubDate>
    </item>
    <item>
      <title>STM32从入门到那啥教程连载-1</title>
      <link>http://www.51hei.com/bbs/dpj-242050-1.html</link>
      <description><![CDATA[1. 本节开始便为CFV6-STM32开发板配套的系列教程，本节所展示的项目为LED发光管闪烁控制，例程编号：3-1 LED_SS

2. 本节实现的是STM32这个MCU的GPIO输出高、低电平从而实现对LED发光管的亮灭控制，所有LED所连接的GPIO引脚为PC0~PC7。



3. CubeMX配置：
1) 系 ...]]></description>
      <category>STM32/8</category>
      <author>myemcu</author>
      <pubDate>Sun, 11 Jan 2026 08:08:46 +0000</pubDate>
    </item>
    <item>
      <title>普中学习板V3.0原理图及STM32电路图</title>
      <link>http://www.51hei.com/bbs/dpj-242041-1.html</link>
      <description><![CDATA[普中学习板V3.0原理图及STM32电路图]]></description>
      <category>STM32/8</category>
      <author>358829134</author>
      <pubDate>Thu, 08 Jan 2026 15:53:18 +0000</pubDate>
    </item>
    <item>
      <title>整点语音报时效果很好 声音文件</title>
      <link>http://www.51hei.com/bbs/dpj-242033-1.html</link>
      <description><![CDATA[整点语音报时效果很好]]></description>
      <category>STM32/8</category>
      <author>cm7626</author>
      <pubDate>Wed, 07 Jan 2026 10:19:26 +0000</pubDate>
    </item>
    <item>
      <title>江科协Style的一体化开发板（终极版）来临！</title>
      <link>http://www.51hei.com/bbs/dpj-242009-1.html</link>
      <description><![CDATA[首款 江协Style 一体化 全功能 集成式 STM32开发板 终极版（一根线开爽）！
视频简介，欢迎围观。。]]></description>
      <category>STM32/8</category>
      <author>myemcu</author>
      <pubDate>Sun, 04 Jan 2026 13:36:20 +0000</pubDate>
    </item>
    <item>
      <title>Proteus仿真-基于STM32103C8T6的ILI9341多彩显示系统</title>
      <link>http://www.51hei.com/bbs/dpj-241992-1.html</link>
      <description><![CDATA[【祝大家2026年元旦快乐】       
        本项目以STM32F103C8为主控芯片，采用SPI串行外设接口高效驱动ILI9341显示模块，充分发挥了ILI9341在显示输出上的高灵活性与强扩展性，实现了多维度、高定制化的可视化呈现功能，具体如下：
        1、自由图形绘制：支持点 ...]]></description>
      <category>STM32/8</category>
      <author>sun_light_sun</author>
      <pubDate>Thu, 01 Jan 2026 05:13:05 +0000</pubDate>
    </item>
  </channel>
</rss>