登录
首页 » 汇编语言 » test upload and LED

test upload and LED

于 2022-03-19 发布 文件大小:863.00 B
0 168
下载积分: 2 下载次数: 1

代码说明:

test upload and LED

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

发表评论

0 个回复

  • 此程序为KEIL环境下开发的代码(开发环境备选里没有KEIL),功能在成功运行后可以播放“生日快乐”歌。所需要的开发硬件为AT89C51为主芯片的单片机。...
    此程序为KEIL环境下开发的代码(开发环境备选里没有KEIL),功能在成功运行后可以播放“生日快乐”歌。所需要的开发硬件为AT89C51为主芯片的单片机。-This program is developed under the code in KEIL environment (development environment, where there is no alternative KEIL), features a successful running play " Happy Birthday" song. Required the development of hardware-based chip microcontroller AT89C51.
    2022-01-22 04:17:21下载
    积分:1
  • STM32LCD初始化
    应用背景 本人原创STM32汇编实现LCD的显示,目前搜遍全球也没有STM32汇编实现LCD显示的代码。 编译器 ARM-NONE-EABI   ,是在LINUX下编译的。 代码很复杂不容易看懂,我用了很长时间才写出来,大概有1000行汇编代码,写了半个多月才写出来,真是不容易啊。 程序包括IO设置 时钟初始化,NVIC中断设置,定时器,温度传感器等,红外遥控, 然后在LCD上显示 关键技术 初始化代码 shizhong:     ldr r0, = 0x40021000     ldr r1, = 0x14D83     str r1, [r0] gsszbz:     ldr r2, [r0]     ldr r1, = 0x20000     tst r1, r2           @高速时钟标志位                bne rccchushihua     b gsszbz rccchushihua:     ldr r0, = 0x40022000     mov r1, # 0x00000032     str r1, [r0]       &n
    2022-03-12 04:17:41下载
    积分:1
  • The remote calendar with a remote control to adjust the calendar, time, inquirie...
    该遥控日历具有遥控器调整日历,时间,查询等功能-The remote calendar with a remote control to adjust the calendar, time, inquiries and other functions
    2023-01-12 14:20:03下载
    积分:1
  • 对pic18f4520 ADC转换器
    ADC Converter for PIC18f4520
    2022-03-21 13:04:37下载
    积分:1
  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • 2022-02-14 05:30:25下载
    积分:1
  • ofdm系统中的信道码和调制方式,是比较全面的模仿了无线信道的一些干扰特性...
    ofdm系统中的信道编码和调制方式,是比较全面的模仿了无线信道的一些干扰特性-OFDM system channel coding and modulation method is more comprehensive to imitate some of the wireless channel interference characteristics of
    2022-02-11 22:10:57下载
    积分:1
  • 罗云斌《windows32环境下设计》的随书源码
    罗云斌《windows32环境下汇编语言设计》的随书源码-Luo Bin " windows32 environment, assembly language design" with the book source code
    2022-04-06 13:58:08下载
    积分:1
  • an assembler language of poker games
    一个用汇编语言编写的扑克游戏-an assembler language of poker games
    2022-05-28 07:31:37下载
    积分:1
  • MCD1 real one, to light a LED and continuously put out 3 seconds after the real...
    MCD1实战一,点亮一个LED并持续3秒后熄灭 该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件 联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电 路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。 本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,并从RC0输出高电平 从而点亮RC0口的一个LED,持续3秒后LED熄灭. 该程序可用于PIC16F87X(A)所有系列-MCD1 real one, to light a LED and continuously put out 3 seconds after the real purpose for learning and application debugging MCD1 online suite of tools to carry out the project software and hardware examples of joint commissioning procedures, that is, as a user instance, and the demonstration user circuit board to serve as a temporary role. This constitutes a software, hardware, a full range of home-made simulation environment projects. Realize the function of this procedure is that the 8-port RC pin all set to output mode and high output from the RC0 so I RC0 a lit LED, continuous 3 seconds after the LED goes out. The program can be used to PIC16F87X ( A) All Series
    2022-03-05 02:28:25下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载