-
ARM9200开发板的ROM boot程序源码1.0
ARM9200开发板的ROM boot程序源码1.0-ARM9200 development board of the ROM boot process source 1.0
- 2023-02-23 01:40:04下载
- 积分: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
-
S3C2440的中断处理部分,已调试通过,起码串口和网卡都已OK
S3C2440的中断处理部分,已调试通过,起码串口和网卡都已OK-S3C2440 part of the treatment interruption have been debug through, at least the serial and network card are OK
- 2022-10-21 08:10:03下载
- 积分:1
-
ARM since learning some lessons learned, in their own design S3C44B0X an example...
本文是我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出我调试开发ARM开发板的一些最基础知识。我只是在自己的开发板调试过并且经验有限,有些知识只能做为参考,不一定准确,就算给大家一个“例程”吧,如果大家有不同意见,希望多多指正!-ARM since learning some lessons learned, in their own design S3C44B0X an example, I presented the development and debugging of the ARM development board some of the most basic knowledge. I was only in their own development boards tuned and limited experience, some knowledge only as a reference, not necessarily accurate, even if everyone with a "routine" for the country, if we have different opinions, many correct!
- 2022-05-21 03:33:43下载
- 积分:1
-
The use of VHDL language 8051IP nuclear, can be embedded into the design of thei...
使用VHDL语言编写的8051IP核,可以嵌入到自己的设计中使用-The use of VHDL language 8051IP nuclear, can be embedded into the design of their own use
- 2023-07-25 01:20:03下载
- 积分:1
-
realized, can be transferred to other platforms arm, the transplant man who can...
flash文件系统实现,可以移植到arm等平台,那位老兄移植了可别忘了兄弟我哦,-realized, can be transferred to other platforms arm, the transplant man who can remember my brothers Oh, Oh
- 2022-04-14 15:12:16下载
- 积分:1
-
AT89C51与字符型液晶模块16x2联接的C语言程序
AT89C51与字符型液晶模块16x2联接的C语言程序-AT89C51 and character liquid crystal module 16x2 joint C
language procedure
- 2022-05-25 08:55:11下载
- 积分:1
-
三星2440开发板的BIOS和测试例程源码,网上很少能下到的,希望对大家有用...
三星2440开发板的BIOS和测试例程源码,网上很少能下到的,希望对大家有用-Samsung 2440 development board BIOS source code and test routines, can seldom be online to the next, We hope to useful
- 2022-03-15 04:55:49下载
- 积分:1
-
单片机控制下的电子钟实验程序。适用于初学者。
单片机控制下的电子钟实验程序。适用于初学者。-Single-chip electronic bell under the control of experimental procedures. Applicable to beginners.
- 2022-05-23 21:11:29下载
- 积分:1
-
Easy web use Cs8900a
简易网络使用Cs8900a
- 2022-04-24 08:00:04下载
- 积分:1