<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>上班族 - 51单片机</title>
    <link>http://www.shangbanzu.xyz:1234/forum/forum.php?mod=forumdisplay&amp;fid=75</link>
    <description>Latest 20 threads of 51单片机</description>
    <copyright>Copyright(C) 上班族</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 19 May 2026 11:14:50 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.shangbanzu.xyz:1234/forum/static/image/common/logo_88_31.gif</url>
      <title>上班族</title>
      <link>http://www.shangbanzu.xyz:1234/forum/</link>
    </image>
    <item>
      <title>Linux（ubuntu）下搭建51单片机的开发烧写环境</title>
      <link>http://www.shangbanzu.xyz:1234/forum/forum.php?mod=viewthread&amp;tid=336</link>
      <description><![CDATA[一、安装交叉编译工具

（1）安装SDCC（shell下编译工具）
方法1（shell）：sudo apt-get install sdcc
方法2（软件管理器）：搜索sdcc并安装
（2）或安装MCU8051 IDE
方法（软件管理器）：搜索MCU8051并安装

二、建立烧写环境
安装烧写工具
（1）安装stcflash
下载stc ...]]></description>
      <category>51单片机</category>
      <author>云谷鹤峰</author>
      <pubDate>Wed, 14 Jul 2021 02:43:30 +0000</pubDate>
    </item>
    <item>
      <title>SDCC编译51单片机笔记</title>
      <link>http://www.shangbanzu.xyz:1234/forum/forum.php?mod=viewthread&amp;tid=335</link>
      <description><![CDATA[一、main没有循环语句但还会执行循环：
举例：
#include 
__sbit __at 0x80 relay;
void delay(long int i)
{
    while(i--);
}
int main()
{
    delay(100000);
    relay=0;
    delay(50000);
    relay=1;
    return 0;
}
目的上电后让继电器延时吸合再延时断开 ...]]></description>
      <category>51单片机</category>
      <author>云谷鹤峰</author>
      <pubDate>Wed, 14 Jul 2021 02:41:48 +0000</pubDate>
    </item>
    <item>
      <title>电源符号VCC、VDD、VEE、VSS意思</title>
      <link>http://www.shangbanzu.xyz:1234/forum/forum.php?mod=viewthread&amp;tid=332</link>
      <description><![CDATA[一种解释DCpower一般是指带实际电压的源，其他的都是标号。在有些仿真软件中，默认把标号和源相连。
VCC：C=circuit，表示电路的意思，即接入电路的电压。
VDD：D=device，表示器件的意思，即器件内部的工作电压。
VSS：S=series，表示公共连接的意思，通常指电路公共接 ...]]></description>
      <category>51单片机</category>
      <author>云谷鹤峰</author>
      <pubDate>Wed, 14 Jul 2021 02:33:26 +0000</pubDate>
    </item>
    <item>
      <title>51单片机命名规则</title>
      <link>http://www.shangbanzu.xyz:1234/forum/forum.php?mod=viewthread&amp;tid=21</link>
      <description><![CDATA[89C518代表8位单片机
9代表falsh存储器，此位置为0代表无rom，7代表eprom存储器
c代表CMOS工艺，此位置为S代表ISP编程方式
1代表片内程序存储器容量，容量大小对应为该位数字*4KB
89C52:8KB容量
 
at89s51_&amp;_stc89c51命名规则
本文介绍了最常见的两种厂家的单片机的命名 ...]]></description>
      <category>51单片机</category>
      <author>云谷鹤峰</author>
      <pubDate>Wed, 30 Jun 2021 19:50:27 +0000</pubDate>
    </item>
  </channel>
</rss>