-
ARM(S3C44B0X)的完整代码
一个uCOS ARM(s3c44b0x)的完整代码-an ARM (s3c44b0x) the integrity code
- 2022-04-06 21:21:18下载
- 积分:1
-
C8051F020实现IO端口接收和输出
c8051f020实现io口的接收和输出-c8051f020 to achieve io port to receive and output
- 2022-05-20 04:03:44下载
- 积分:1
-
ARM定时器0和1调试完整c和汇编程序
ARM定时器0和1调试完整c和汇编程序
-ARM and a complete debugging and compilation procedures c
- 2022-04-01 03:21:28下载
- 积分:1
-
C6713 软中断例程
源码包含ccs5.1中sys/bios的使用,以及其中软中断相关设置。通过设置不同的优先级,设置多个软中断,观察c6713 cpu对软中断的管理。
包含两套源码!
- 2022-01-26 01:43:32下载
- 积分:1
-
Efficient C programming techniques for ARM Architecture.
Efficient C programming techniques for ARM Architecture.
- 2022-05-20 17:09:49下载
- 积分:1
-
ARM7 temperature acquisition and display program, including data acquisition, as...
arm7下的温度采集和显示程序,包含了数据采集,还有数据转换,数据显示,也是嵌入式研究温度传感不可多得的程序。-ARM7 temperature acquisition and display program, including data acquisition, as well as data conversion, data show that research is embedded temperature sensing a rare procedure.
- 2022-03-14 07:33:34下载
- 积分:1
-
ARM程序 ARM程序 ARM程序 ARM程序 ARM程序
ARM程序 ARM程序 ARM程序 ARM程序 ARM程序-ARM procedures ARM procedure ARM procedures ARM procedure ARM procedures ARM program procedures ARM procedure ARM procedures ARM
- 2022-03-20 02:47:40下载
- 积分:1
-
ARM公司关于调试接口RDI的最新头文件
ARM公司关于调试接口RDI的最新头文件-ARM Debug Interface RDI companies on the latest header files
- 2022-01-20 22:58:04下载
- 积分:1
-
周立功ZLG_LPC213X的全套资料,这个是其中的TIMER,定时器
周立功ZLG_LPC213X的全套资料,这个是其中的TIMER,定时器-Week Ligong ZLG_LPC213X a complete set of information, this is one of the TIMER, timer
- 2022-03-18 15:12:37下载
- 积分: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