-
lpc2104中的看门狗测试程序
lpc2104中的看门狗测试程序-lpc2104 watchdog of the test procedure
- 2023-02-09 17:20:04下载
- 积分:1
-
ARM7 LPC 213x 214x easy up and down 2
深入浅出ARM7 LPC 213x 214x上下两册-ARM7 LPC 213x 214x easy up and down 2
- 2022-01-26 06:32:43下载
- 积分:1
-
例程名称:led_Test
开发环境:Realview MDK
开发版:Embest S3CEB2410
测试结果:8个LED依次点亮,并且蜂...
例程名称:led_Test
开发环境:Realview MDK
开发版:Embest S3CEB2410
测试结果:8个LED依次点亮,并且蜂鸣器一直响-Routine Name: led_Test development environment: Realview MDK Developer: Embest S3CEB2410 test results: 8 LED turn light, and the buzzer sound has always been
- 2022-01-26 00:17:57下载
- 积分:1
-
ST公司最新产品STM32的示范代码,ADC相关部分,非工程文件,但原代码经过测试是可以正常工作的...
ST公司最新产品STM32的示范代码,ADC相关部分,非工程文件,但原代码经过测试是可以正常工作的-ST
- 2022-01-28 02:53:10下载
- 积分:1
-
该书讲的是用ARM芯片进行嵌入式开发的书籍。其中介绍了很多与实际开发相关的例子。...
该书讲的是用ARM芯片进行嵌入式开发的书籍。其中介绍了很多与实际开发相关的例子。-The book stresses that the use of ARM chips embedded development books. Which introduce a lot with the actual development of relevant examples.
- 2022-01-26 05:25:59下载
- 积分:1
-
With tms320c2812 realize high
用tms320c2812实现的高精度频率计,用到了2812的很多资源(evtimer,cputimer,capture),包含显示部分,显示用的是128*64的lcd!-With tms320c2812 realize high-precision frequency meter, used in the 2812
- 2022-03-10 07:29:33下载
- 积分:1
-
三星ARM9芯片s3c2440的wince4.2BSP开发包
三星ARM9芯片s3c2440的wince4.2BSP开发包-Samsung ARM9 chip s3c2440 the wince4.2BSP Development Kit
- 2023-04-15 18:50:04下载
- 积分:1
-
Arm jtag debug tools
Arm jtag debug tools
- 2022-03-23 15:52:44下载
- 积分:1
-
Verilog语言实现交通灯,农场的道路和公路的十字路口,如果…
verilog语言实现交通灯,farm road和highway的十字路口,若农场路上检测到车,高速路上交通灯由绿变黄变红,农场路交通灯变绿。农场路上绿灯时间有上限,而高速路上绿灯时间有下限。包含.v文件和测试用.vwf文件-Verilog Language realize traffic lights, farm road and highway crossroads, if the farm on the road to detect vehicles, high-speed road traffic lights turn yellow from green red, green Farm Road traffic lights. Farm green time on the road has a ceiling, and high-speed on the road have the minimum green time. Contains. V documentation and testing. Vwf document
- 2022-04-10 13:07:06下载
- 积分:1
-
基于STM32的LCD5110代码
基于库函数的LCD5110代码,已经封装好的函数,可直接使用,有基本的字库和一些汉字,可以自己添加汉字字库,使用方便。
基本函数有:
//lcd初始化
void LCD_init(void);
void LCD_write_byte(unsigned char dt, unsigned char command);
void LCD_set_XY(unsigned char X, unsigned char Y);
void LCD_clear(void);
//row:列 page:页 dd:字符
void LCD_write_shu(unsigned char row, unsigned char page,unsigned char c);
//row:列 page:页 dd:字符
void LCD_write_hanzi(unsigned char row, unsigned char page,unsigned char c);
void LCD_Derection(unsigned char row,unsigned char page,unsigned char der);
- 2022-01-28 02:51:31下载
- 积分:1