登录
首页 » SCM » uCOS在51系列MCU上移植的源代码,包括uCOS内核以及用户应用程序例子。无密码,包运行。...

uCOS在51系列MCU上移植的源代码,包括uCOS内核以及用户应用程序例子。无密码,包运行。...

于 2022-01-25 发布 文件大小:327.25 kB
0 199
下载积分: 2 下载次数: 1

代码说明:

uCOS在51系列MCU上移植的源代码,包括uCOS内核以及用户应用程序例子。无密码,包运行。-uCOS in 51 MCU transplant source code, including uCOS kernel and user application examples. No password packet operation.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 介绍了集成温度传感器AD590,给出了AD590测量热力学温度、摄氏温度、两点温度差、多点最低温度、多点平均温度的具体电路,并以节能型温、湿度控制系统为例介绍了...
    介绍了集成温度传感器AD590,给出了AD590测量热力学温度、摄氏温度、两点温度差、多点最低温度、多点平均温度的具体电路,并以节能型温、湿度控制系统为例介绍了利用AD590测两点温差电路的应用。-Introduced an integrated temperature sensor AD590, given AD590 measuring thermodynamic temperature, Celsius temperature, two temperature difference, multi-point minimum temperature, average temperature of the specific multi-point circuits, and to energy-efficient temperature and humidity control system as an example, introduced the use of two AD590 temperature measurement circuit applications.
    2022-11-20 17:05:04下载
    积分:1
  • 这是一个令人叫绝的视频、音频生成器。AVR的运算速度足够处理黑白图像及声音的生成。(但不足以生成彩色图像)。...
    这是一个令人叫绝的视频、音频生成器。AVR的运算速度足够处理黑白图像及声音的生成。(但不足以生成彩色图像)。-This is a fantastic video, audio generator. AVR deal with enough computational speed black and white images and sound generation. (But not sufficient to generate color images).
    2022-08-25 14:15:21下载
    积分:1
  • 是一个5615芯片的驱动程序,5615是一个8位的D/A芯片,用它与51单片机组成的控制系统具有结构简单,性能稳定的特点。...
    是一个5615芯片的驱动程序,5615是一个8位的D/A芯片,用它与51单片机组成的控制系统具有结构简单,性能稳定的特点。-5615 is a chip of the driver, is a 5615 eight of the D/A chips, and use it 51 MCU control system is simple in structure, performance and stability characteristics.
    2022-07-02 00:49:06下载
    积分:1
  • EEPROM芯片驱程
    EEPROM芯片驱程-EEPROM chip-way drive
    2022-02-15 14:24:53下载
    积分:1
  • 本程序使用P89V51单片机利用起PCA功能对脉冲宽度可调,实现两路输出,加LED显示和按键功能,详细请看程序注释,编程风格自认可以...
    本程序使用P89V51单片机利用起PCA功能对脉冲宽度可调,实现两路输出,加LED显示和按键功能,详细请看程序注释,编程风格自认可以-This procedure since the use of PCA use P89V51 Singlechip feature adjustable pulse width to achieve two-way output, plus LED display and button functions, see the detailed program notes, programming styles can themselves
    2022-07-25 13:46:26下载
    积分:1
  • 单片机
    基于c8051f单片机的工控机的开发,控制一个空气压缩机-MCU-based IPC c8051f development, control of an air compressor
    2022-10-23 22:05:03下载
    积分:1
  • atmega16单片机与PC机串口通信,编程环境ICCAVR
    atmega16单片机与PC机串口通信,编程环境ICCAVR-communicate by single-chip atmega16 and PC through USART
    2022-02-04 17:49:31下载
    积分:1
  • DS18B20温度控制器是以美国MAXIM/DALLAS半导体公司的单总线温度传感器DS18B20为核心,以ATMEL公司的AT89C52为控制器制作的结构简单...
    DS18B20温度控制器是以美国MAXIM/DALLAS半导体公司的单总线温度传感器DS18B20为核心,以ATMEL公司的AT89C52为控制器制作的结构简单、测温准确、具有一定控制功能的智能温度控制器。适合于恶劣环境的现场温度测量,如:环境控制、设备或过程控制、测温类消费电子产品。现实生活中的电冰箱,电脑机箱,就使用的这种经济的温度传感器显示工作环境温度。通过这种动态的温度测量,能实时的了解各种仪器设备的工作温度,进而判断仪器设备工作是否正常。-DS18B20 temperature controller is based on the United States MAXIM/DALLAS Semiconductor single-bus temperature sensor DS18B20 as the core, ATMEL Corporation AT89C52 produced for the controller structure is simple, accurate temperature measurement has a certain control functions of the smart temperature controller. Suited to harsh environment of the scene temperature measurement, such as: environmental control, equipment or process control, temperature measurement Consumer electronic products. Real-life refrigerators, computer chassis, on the use of such economic temperature sensor shows the temperature working environment. Through this dynamic temperature measurement, real-time understanding of a variety of instruments and equipment operating temperature, and the
    2022-04-14 22:03:00下载
    积分:1
  • 红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2...
    红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2.2,IR LJMP MAIN 以下为进入P3.2脚外部中断子程序,也就是解码程序 IR: MOV R6,#9 SB: ACALL DELAY882 调用882微秒延时子程序 JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序 DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电-infrared remote control receiver ORG 0000H LJMP START into main program ORG 0010H START : MAIN : JNB P2.2, IR LJMP MAIN below to enter P3.2 foot external interrupt subroutine, which is decoding procedures IR : MOV R6, SB# 9 : Calling ACALL DELAY882 882 microsecond delay subroutine JB P2.2, EXIT 882 microsecond delay after the judgment whether there P3.2 feet to I quit if decoding procedures DJNZ R6, SB repeated 10 times, the purpose is to test if within 8,820 microsecond high
    2022-07-21 10:12:11下载
    积分:1
  • 实现交通灯功能的汇编程序.
    实现交通灯功能的汇编程序.-achieve functional traffic lights compilation process.
    2023-04-07 04:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载