-
USART异步串行发送例程,适合初学者学习!
USART异步串行发送例程,适合初学者学习!-USART asynchronous serial send routine, suitable for beginners to learn!
- 2023-03-16 15:15:03下载
- 积分:1
-
With 51 drives LED, keyboard, stepper motors to control the rise and fall flag
用51驱动LED,键盘,步进电机,使其来控制旗子的升降-With 51 drives LED, keyboard, stepper motors to control the rise and fall flag
- 2023-05-12 11:10:03下载
- 积分:1
-
0到99秒的计时,误差极小,不同一般的DELAY哦.
0到99秒的计时,误差极小,不同一般的DELAY哦.-0-99 seconds of the time, the error is very small and different from other DELAY oh.
- 2022-08-25 15:19:00下载
- 积分:1
-
it is about c++ code of some computer graphic program
it is about c++ code of some computer graphic program
- 2022-01-25 15:37:30下载
- 积分:1
-
从键盘输入两个数字(0~7)之间 (1)用16进制表示两个数的和 (2)用四位二进制表示两个数的差,结果一定>=0 (3)用两位十进制表示两个数的积 ex...
从键盘输入两个数字(0~7)之间 (1)用16进制表示两个数的和 (2)用四位二进制表示两个数的差,结果一定>=0 (3)用两位十进制表示两个数的积 exemple:-keyboard input from the two figures (0 to 7) between (a) a 16-band, said the number two and (2) with four two binary said the number of poor, the results would certainly gt; = 0 (3) with two decimal number two said the plot example :
- 2022-11-07 13:35:03下载
- 积分:1
-
基于DSK5402的MP3的制作.代码保证正确
基于DSK5402的MP3的制作.代码保证正确-DSK5402 the MP3-based production. Code to ensure that the correct
- 2022-03-26 00:06:19下载
- 积分:1
-
小型加减乘除计数器
小型加减乘除计数器-ASM程序,包含LINK.EXE,MASM.EXE.-small counter- ASM procedures, including LINK.EXE, MASM.EXE. Thank you
- 2022-02-04 23:27:56下载
- 积分:1
-
分形
分形--- ----羊齿叶 不错的-reaching back to the good leaf
- 2022-02-03 05:19:34下载
- 积分:1
-
本程序实现液晶显示控制器SED1335的字符和汉字显示。
1.显示屏为320*240点阵
2.显示屏前128行为图形方式显示汉字,后112行为文本方式显...
本程序实现液晶显示控制器SED1335的字符和汉字显示。
1.显示屏为320*240点阵
2.显示屏前128行为图形方式显示汉字,后112行为文本方式显示字符
3.汉字的Y坐标以象素点为单位,X坐标以8象素点为单位。-This program SED1335 LCD controller display of characters and Chinese characters. 1. Display of 320* 240 dot matrix 2. Display 128 acts of the former graphics display Chinese characters, act after the 112 character text display 3. Chinese characters Y coordinates to pixel-point unit, X pixel coordinates point to 8 units.
- 2023-05-28 15:05:03下载
- 积分: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