-
lcm display code
lcm显示代码.用于1602的液晶原代码.测试已经通过.-lcm display code
- 2022-04-19 22:00:34下载
- 积分:1
-
潜入式文件系统源码,
潜入式文件系统源码,-into File System source code,
- 2022-09-05 11:10:03下载
- 积分:1
-
一个测试程序,已经通过实验验证,并且做出了实际的电路,装入设备使用...
一个测试程序,已经通过实验验证,并且做出了实际的电路,装入设备使用-A test procedure has been verified by experiments, and made the actual circuit, loading equipment
- 2022-03-06 02:00:57下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分:1
-
介绍arm调试接口jtag的原理,初学者可以
介绍arm调试接口jtag的原理,初学者可以-Introduction arm principle JTAG debugging interface, a beginner can
- 2023-04-02 04:30:04下载
- 积分:1
-
本代码是串口扩展芯片GM814X在 Arm9―usos上使用的实例,
包括:芯片说明Datasheet,芯片在51单片机上的驱动,以及特有的(我编写的)芯片...
本代码是串口扩展芯片GM814X在 Arm9―usos上使用的实例,
包括:芯片说明Datasheet,芯片在51单片机上的驱动,以及特有的(我编写的)芯片在s3c2410上的驱动。
-Expansion of the code is the serial chip GM814X in Arm9-usos use examples, including: chip note Datasheet, on-chip single-chip microcomputer in 51 drivers, as well as the unique (I am prepared) S3C2410 chip in the drive.
- 2022-06-14 22:21:47下载
- 积分:1
-
Development board in the bare board s3c2440 simulation soft interrupt handling p...
在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
- 2022-09-19 23:10:03下载
- 积分:1
-
the JTAG Emulator procedures, the use of the ARM7 (44b0, 4510,2410) and arm9 abo...
linux下的jtag仿真器程序,可使用在arm7(44b0,4510,2410等)和arm9上面,可以烧写flash 39lv160等,再不用两个系统不停重启了。-the JTAG Emulator procedures, the use of the ARM7 (44b0, 4510,2410) and arm9 above, 39lv160 burning flash, no longer have to keep two systems resumed.
- 2023-03-07 17:30:03下载
- 积分:1
-
Philips LPC series ARM7 ucos demo program permanent exploration of electronic
飞利浦 LPC系列ARM7 ucos演示程序 基于永探电子开发板-Philips LPC series ARM7 ucos demo program permanent exploration of electronic-based development board
- 2022-01-28 14:43:01下载
- 积分:1
-
ARM嵌入式WINCE的API编程。文档说明
ARM嵌入式WINCE的API编程。文档说明-Embedded WINCE of API programming. Document Description
- 2022-01-22 13:07:59下载
- 积分:1