-
arm系统bootloader,包括网络TFTP,USB等方式下载IMAGE到目标板上...
arm系统bootloader,包括网络TFTP,USB等方式下载IMAGE到目标板上-arm system, including network TFTP, USB, etc. IMAGE downloaded to the target board
- 2023-06-16 08:15:03下载
- 积分:1
-
S3C2440 的USB控制器应用.通过USB下载文件
S3C2440 的USB控制器应用.通过USB下载文件-S3C2440 Application of the USB controller. Through the USB to download files
- 2022-01-31 20:28:15下载
- 积分:1
-
sharp arm7 bootloader code
sharp arm7 bootloader code
- 2022-09-13 16:35:03下载
- 积分:1
-
2410的DA接口实验,使用MAX504D/A 转换芯片
2410的DA接口实验,使用MAX504D/A 转换芯片-2410 the DA interface experiments, the use of MAX504D/A converter chip
- 2022-10-31 16:40:03下载
- 积分:1
-
PXA310 DATASHEET_1,
PXA310 DATASHEET_1, -PXA310 DATASHEET_1, PXA310 DATASHEET_1,
- 2022-07-23 02:40:33下载
- 积分:1
-
详细对ARM7TDMI中断原理进行了详解,对需要中断的朋友很有帮助...
详细对ARM7TDMI中断原理进行了详解,对需要中断的朋友很有帮助-Details on the ARM7TDMI interrupt principle explain, disruption of a friend in need of helpful
- 2022-01-26 02:46:27下载
- 积分:1
-
KEIL or ADS for the development of the environment, given popular ARM instructio...
ADS或是KEIL为开发环境,给出常用ARM指令集及汇编
-KEIL or ADS for the development of the environment, given popular ARM instruction set and compilation
- 2022-01-22 08:14:54下载
- 积分: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
-
如何将移植到三星的
介绍了uboot 如何移植到三星的S3C2410上面,为S3C2410的bootloader更丰富。-How to introduce a uboot transplanted to Samsung
- 2022-01-26 02:45:12下载
- 积分:1
-
芯片:MC9S12DG128,功能:IIC源代码;
开发环境:Metrowerks CodeWarrior
芯片:MC9S12DG128,功能:IIC源代码;
开发环境:Metrowerks CodeWarrior-Chip: MC9S12DG128, function: IIC source code Development Environment: Metrowerks CodeWarrior
- 2022-02-10 12:04:17下载
- 积分:1