-
ARM的调试下载工具H
ARM的调试下载工具H-JTAG V0.9.0,H-JTAG是一款简单易用的的调试代理软件,包括两个工具软件:H-JTAG SERVER和 H-FLASHER。其中,H-JTAG SERVER实现调试代理的功能,而 H-FLASHER则实现了 FLASH烧写的功能。-ARM debug tools download H-JTAG V0.9.0, H-JTAG is a easy-to-use software debug agent, which includes two tools: H-JTAG SERVER and H-FLASHER. One, H-JTAG SERVER debug agent functions, and H-FLASHER is a FLASH programmer functions.
- 2022-02-16 00:25:16下载
- 积分:1
-
linux kernel
linux kernel
- 2022-07-15 13:50:02下载
- 积分:1
-
CPU 2410 的硬件应用程序,该源码包是IIC的使用例程。
CPU 2410 的硬件应用程序,该源码包是IIC的使用例程。-Hardware CPU 2410 applications, the source packet is the routine use of IIC.
- 2022-06-19 02:53:47下载
- 积分:1
-
s3c2410 各个外设用到的实验例子。LCD,串口,键盘,汇编,PWM,IIS总线等...
s3c2410 各个外设用到的实验例子。LCD,串口,键盘,汇编,PWM,IIS总线等-s3c2410 examples of the various peripherals used in experiments. LCD, serial port, keyboard, compilation, PWM, IIS-bus, etc.
- 2022-08-18 19:34:18下载
- 积分:1
-
这是H.264解码部分:4*4残差块的IDCTARM汇编代码部分.
这是H.264解码部分:4*4残差块的IDCTARM汇编代码部分.-This is the H.264 codec : 4* 4 residuals block IDCTARM compiled code part.
- 2022-03-22 09:46:24下载
- 积分: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
-
Communication helper for stixxxx based systems. Usally used in firmware uploader...
Communication helper for stixxxx based systems. Usally used in firmware uploaders.
- 2023-07-22 02:20:02下载
- 积分:1
-
自己画的基于2410的ccd图像传感器的原理图和PCB图
自己画的基于2410的ccd图像传感器的原理图和PCB图-Their own based on the 2410 painting of the ccd image sensor and PCB schematic diagram
- 2022-05-26 02:53:36下载
- 积分:1
-
S3C2410处理器集成的USB DEVICE设备控制驱动程序,实现PC端与实验板USB设备进行数据发送与接收。...
S3C2410处理器集成的USB DEVICE设备控制驱动程序,实现PC端与实验板USB设备进行数据发送与接收。-S3C2410 processor integrated USB DEVICE device control driver-side with the experimental realization of PC board USB devices to send and receive data.
- 2022-03-17 14:07:20下载
- 积分:1
-
以S3C44B0X嵌入式处理器为核心的嵌入式系统硬件平台上进行uClinux操作系统的剪裁、移植和通过使用其UART端口,连接PC机的串口,实现ARM与PC机的...
以S3C44B0X嵌入式处理器为核心的嵌入式系统硬件平台上进行uClinux操作系统的剪裁、移植和通过使用其UART端口,连接PC机的串口,实现ARM与PC机的数据传输的过程。-To S3C44B0X embedded processor as the core of embedded system hardware platform uClinux operating system tailoring, transplants and through the use of the UART port, serial port to connect PC machine, the realization of ARM and PC-data transmission process.
- 2022-05-14 16:46:23下载
- 积分:1