-
This is a Samsung S3C2440 on LOADER of the C++ Procedures, including a complete...
这个是关于三星公司的S3C2440的LOADER的C++程序,包括完整8位代码,内容丰富.-This is a Samsung S3C2440 on LOADER of the C++ Procedures, including a complete 8-bit code, rich in content.
- 2023-08-03 14:55:03下载
- 积分:1
-
Development Environment: ADS 1.2/SDT 2.51GUI test, because there is no touch scr...
开发环境:ADS 1.2/SDT 2.51
GUI测试,由于没有触摸屏,所以将触摸屏的代码给屏蔽了;
请将FS44B0II开发板连接好交叉网线、直连串口线、电源,
并连接好G57液晶屏,同时还要连接好背光电源;
然后在BIOS的命令窗口里面敲netrun命令;
点击FS44B0_G57_uCGUIuC-GUIFS44B0_G57_uCGUI_DataDebugRel目录下:
批处理文件FS44B0_G57_uCGUI.BAT
下面你就可以看到液晶屏上面显示优龙标志
它会延时一两秒中进入下一个画面,逐步延时GUI的各项功能,请耐心观看;
-Development Environment: ADS 1.2/SDT 2.51GUI test, because there is no touch screen, it will be touch screen to shield the code Please FS44B0II development board to connect a good cross-network lines, direct serial lines, power supply, and connect a good G57 LCD screen, at the same time, good backlight power supply connection and then in the BIOS command window knock netrun order Click FS44B0_G57_uCGUIuC-GUIFS44B0_G57_uCGUI_DataDebugRel directory: batch file FS44B0_G57_uCGUI.BAT below you can see the LCD screen above shows excellent signs that it will delay Liuzhou 1 two seconds to enter the next screen, and gradually delay the GUI features, please be patient watch
- 2022-02-06 06:38:46下载
- 积分:1
-
EasyARM2131 one source development board
EasyARM2131开发板源码之一-----------4.GPIO输入实验-按键输入检测-EasyARM2131 one source development board----------- 4. Experimental GPIO input-input buttons Detection
- 2022-04-22 17:58:27下载
- 积分:1
-
比较详细的介绍了ARM的开发步骤同时说明了在开发过程中一些注意事项。...
比较详细的介绍了ARM的开发步骤同时说明了在开发过程中一些注意事项。-rather detailed account of the development of the ARM with an indication of the steps in the development process for some attention.
- 2023-01-16 01:55:04下载
- 积分:1
-
LPC3250的例子程序
lpc3250 example program
- 2023-02-27 02:45:04下载
- 积分:1
-
fgdfdsf DS图
提示:你将赚取积分(0-20)的基础上,你的产品质量
- 2022-02-14 22:01:16下载
- 积分:1
-
at91系列arm微控制器的实现
at91系列arm微控制器的实现-arm Itanium series of microcontrollers achieve
- 2022-03-10 11:14:19下载
- 积分:1
-
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!...
国外网站上的一些精典的C程序,欲炼神功,必先从基础开始,希望初学者能够多打好基础,特别是做嵌入式程序,重复也要传!BTW,欣赏站长的一些诗!-foreign web sites of some of the classic C procedures and wishes refining art, we must first start from the basis of the hope that more beginners to lay a good foundation, especially so embedded procedures must repeat Biography! BTW, director of the appreciation some poetry!
- 2023-05-04 19:00:04下载
- 积分:1
-
整理内存碎片程序,介绍获取内存信息等操作
整理内存碎片程序,介绍获取内存信息等操作-Clear memory
- 2022-03-22 23:51:21下载
- 积分: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