-
基于ARM的嵌入式系统(软件设计),对你会有帮助的,PDF格式.无解压缩密码...
基于ARM的嵌入式系统(软件设计),对你会有帮助的,PDF格式.无解压缩密码-It is Embedded system based on ARM(software design) that is useful, PDF format, need not decompress password
- 2022-01-22 00:59:22下载
- 积分:1
-
ARM development board of the IXP400 network driver to the source.
有关ARM开发板上的IXP400网络驱动程序的源码以。-ARM development board of the IXP400 network driver to the source.
- 2023-01-02 00:16:09下载
- 积分:1
-
ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI...
ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI句柄。 -ARM processor soft interrupt handling. a_swi.s document is the beginning of the SWI handler deal with the preparation of ARM compilation directives. c_swi.c document is in the implementation of a_swi.s document called the C language implementation of SWI handler.
- 2022-08-15 19:44:28下载
- 积分:1
-
A simple C program to strobe the LEDsvia Port D. The strobe rate is to be set by...
A simple C program to strobe the LEDsvia Port D. The strobe rate is to be set by adjusting the voltage drop over a potentiometer that is sampled by an ADC.
- 2022-04-21 21:27:13下载
- 积分:1
-
英倍特的有关三星嵌入式开发技术介绍的ppt文章,是有关44bo的...
英倍特的有关三星嵌入式开发技术介绍的ppt文章,是有关44bo的-British special times of the Samsung embedded development technology introduced ppt articles of the 44bo
- 2022-01-26 07:49:49下载
- 积分:1
-
ljd2410dvk
LJD2410DVK-I开发板BIOS引导程序-LJD2410DVK- I development board BIOS boot
- 2022-04-20 09:31:21下载
- 积分:1
-
基于Keil+HJTAG+LPC214x的Mass Storage Device类USB开发例程,不需要驱动,烧入直接可识别。程序有注释,可根据需要更改。
基于Keil+HJTAG+LPC214x的Mass Storage Device类USB开发例程,不需要驱动,烧入直接可识别。程序有注释,可根据需要更改。-Based on Keil+ HJTAG+ LPC214x the Mass Storage Device Class USB development of routines, do not need to drive, burned into the direct identifiable. Procedures have the Notes may be in need of change.
- 2022-09-23 05:10:03下载
- 积分:1
-
LCD odometer driver circuit procedures. ICCAVR development. Use ATMEGA8, develop...
LCD里程表驱动电路程序。ICCAVR开发。使用ATMEGA8,开发人:wgjflodf d-LCD odometer driver circuit procedures. ICCAVR development. Use ATMEGA8, developers: wgjflodf d
- 2022-02-07 00:17:26下载
- 积分:1
-
TUSB3410 package plans can be used, I used the
TUSB3410 的封装图 可以随便使用,本人使用过了-TUSB3410 package plans can be used, I used the
- 2022-02-15 19:11:14下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1