-
汇编语言数字电压表代码 Keil51环境
汇编语言数字电压表代码 Keil51环境-digital voltmeter
- 2022-07-23 20:14:48下载
- 积分:1
-
循环冗余校验与编译实现(计算机网络…
crc循环冗余校验用汇编实现(计算机网络作业)-crc cyclic redundancy check with the compilation of implementation (computer network operations)
- 2023-07-15 12:00:03下载
- 积分:1
-
一个显示图形的代码~如果做课程设计的同学可以拿来看看~...
一个显示图形的代码~如果做课程设计的同学可以拿来看看~-a graphic display to the code, if the design of the courses students could take a look at ~
- 2022-02-16 04:03:12下载
- 积分:1
-
STM32汇编LCD初始化
应用背景
本人原创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
-
Multisim的瑞利杂波模型
锐利分布的杂波的生成 运用于杂波模拟当中-rayli model clutter mulitisim
- 2022-01-24 09:14:57下载
- 积分:1
-
这是DALAS公司的温度传感器ds1820 的汇编程序。
这是DALAS公司的温度传感器ds1820 的汇编程序。-DALAS This is the temperature sensor ds1820 the compilation process.
- 2022-02-12 23:08:16下载
- 积分:1
-
实现多字节的十六制数的相乘,入口为被乘数高字节地址,乘数高字节地址,字节数,出口为积最高字节地址...
实现多字节的十六制数的相乘,入口为被乘数高字节地址,乘数高字节地址,字节数,出口为积最高字节地址-The realization of multi-byte number of the system multiplied by 16, the entrance of the high-byte address for the multiplicand, the multiplier high byte address, byte count, exports the highest byte address for the plot
- 2022-06-30 15:01:39下载
- 积分:1
-
单片机播放音乐程序,这首曲子是刘德华的“天意”,实验通过,非常好听。...
单片机播放音乐程序,这首曲子是刘德华的“天意”,实验通过,非常好听。-Singlechip playing music, this song is Andy Lau
- 2022-04-17 06:49:22下载
- 积分:1
-
an asm program for serial rs232 data communication.
asm的基于rs232的连机数据传输与接受程序。-an asm program for serial rs232 data communication.
- 2023-05-25 18:25:03下载
- 积分:1
-
数据库课程设计 题目:图书管理系统 里面详细的编程目的,设计方案...
数据库课程设计 题目:图书管理系统 里面详细的编程目的,设计方案-Database curriculum design topics: library management system, which detailed the purpose of programming, design
- 2022-03-10 11:47:45下载
- 积分:1