-
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
-
24c02应用,在家用电器控制系统中经常有这类的应用.
24c02应用,在家用电器控制系统中经常有这类的应用.-24C02 applications, in household appliances control systems often have this kind of application.
- 2022-02-06 19:10:09下载
- 积分:1
-
此代码是利用汇编语言实现的霓虹灯变化,实现都种图案的变化。是很好的汇编语言学习实例。...
此代码是利用汇编语言实现的霓虹灯变化,实现都种图案的变化。是很好的汇编语言学习实例。-This code is to use assembly language to achieve the neon lights change to achieve all kinds of design changes. Is a good example of assembly language to learn.
- 2022-07-11 18:57:21下载
- 积分:1
-
读取DS1302的时间数据并用LED动态显示的51汇编(有注释)
读取DS1302的时间数据并用LED动态显示的51汇编(有注释)-Time to read the DS1302 data and dynamic display with LED compilation 51 (annotated)
- 2022-02-07 15:05:27下载
- 积分:1
-
8255的汇编程序,各种工作方式尽有,是初学者学习的好帮手,也是利用8255扩展IO的普遍方法,只用改下地址直接拿去用就行...
8255的汇编程序,各种工作方式尽有,是初学者学习的好帮手,也是利用8255扩展IO的普遍方法,只用改下地址直接拿去用就行-8255 compilation of procedures, a variety of working methods have to do is a good helper for beginners to learn, but also the use of 8255 to expand the universal method of IO only change taken directly under the address used on the line
- 2022-04-08 17:38:18下载
- 积分:1
-
我实验板带的实验程序,留给初学者看看吧,其他的我再整理一下,陆续上传吧...
我实验板带的实验程序,留给初学者看看吧,其他的我再整理一下,陆续上传吧-I experiment with the experimental procedure sheet, leaving beginners take a look at it, other like me to organize a series of upload it
- 2022-02-25 00:27:19下载
- 积分:1
-
用2051制的绕线机[5位数+可预置数+减速+可逆计数器
用2051制的绕线机[5位数+可预置数+减速+可逆计数器-By 2051 the system of winding machine [5 median+ Can preset number+ Deceleration+ CNTR
- 2022-07-26 18:12:41下载
- 积分:1
-
运行结果后产生华夏字样,在提示符后从键盘上输入Q(或q)退出这个程序。,,Asm...
运行结果后产生华夏字样,在提示符后从键盘上输入Q(或q)退出这个程序。,,Asm
-operating results generated from the Chinese words, at the prompt input from the keyboard Q (or q) to withdraw from the process. ,, Programmers
- 2022-03-06 12:56:28下载
- 积分:1
-
汇编写的俄罗斯方块,在386体系结构下编译运行,蛮好玩的
汇编写的俄罗斯方块,在386体系结构下编译运行,蛮好玩的-compilation of the Russian ideographic writing, in 386 Architecture compiler running under, quite fun
- 2022-12-17 08:10:03下载
- 积分:1
-
汇编语言开发的经典教材,易学易用,深入浅出
汇编语言开发的经典教材,易学易用,深入浅出- The assembly language development classical teaching material,
Yi Xueyi uses, to explain the profound in simple language
- 2023-02-02 18:50:04下载
- 积分:1