-
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
-
DEVICE:PIC16C54 XT_OSC WDT_O
DEVICE:PIC16C54 XT_OSC WDT_O
- 2023-05-22 16:15:03下载
- 积分:1
-
汇编语言windows32位编程,有墙壁的阻挡,可以设定食物数量,速度,难度等。...
汇编语言windows32位编程,有墙壁的阻挡,可以设定食物数量,速度,难度等。-Windows32-bit assembly language programming, there are the walls of the block, you can set the amount of food, speed, difficulty and so on.
- 2022-07-16 23:52:08下载
- 积分:1
-
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!...
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!-C
- 2023-01-20 17:35:04下载
- 积分:1
-
Braun to read the paper pattern on the screen and show tricks, badly written, al...
读取百灵达的花样文件并在屏幕上显示出花样,写的不好,大家多多指教,新来的,哈哈。-Braun to read the paper pattern on the screen and show tricks, badly written, all the exhibitions, new to the PSP.
- 2022-04-16 13:18:04下载
- 积分:1
-
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置...
先输入一个关键字符串,然后输入一个句子
找出关键字符串在句子中位置 -Input a key string, and then enter the string a sentence to identify key positions in the sentence
- 2022-02-05 08:52:55下载
- 积分:1
-
fpga的交通灯试验程序 可成功实现功能齐全
fpga的交通灯试验程序 可成功实现功能齐全-fpga testing procedures of the traffic lights are able to achieve a full-featured
- 2022-04-17 02:55:57下载
- 积分:1
-
IA-32汇编原代码,mars算法.相比于c/c++写的原代码,效率更高-IA-32 compilation of the original code, mars algorithm. Compared to c/c++ Write the original code, more efficient
- 2022-04-19 18:54:28下载
- 积分:1
-
本人汇编课程实习时编的程序,内附题目说明和实习报告.
本人汇编课程实习时编的程序,内附题目说明和实习报告.-compilation course I am part of the internship process, enclosing topic descriptions and internship report.
- 2022-05-10 11:41:39下载
- 积分:1
-
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMes
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How
demonstrates uses: CreateWindow, CreateWindowEx, S endMessage and
GetMessage TranslateMessage and DispatchMessage, how does CreateFont
demonstrate uses API to found the Windows window to control
- 2022-11-17 12:00:03下载
- 积分:1