-
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载
ARM编程技术,对ARM结构,指令有详细介绍,觉得不错请下载-ARM programming technology, the ARM structure, detailed instructions, please download think it"s good
- 2022-05-09 08:45:53下载
- 积分:1
-
AMD X86
基于AMD X86构架的嵌入式处理器SC520的4串口驱动程序(带缓冲)-AMD X86-based embedded processor architecture of the four SC520 Serial Driver (buffer zone)
- 2022-03-21 15:21:59下载
- 积分:1
-
STM32F4的PWM
应用背景而PWM cikis试剂盒:手臂STM32F407VG STM32F4探索2015100引脚关键技术臂STM32F4套件:STM32F4探索versiyon:4.05座:456897日:gth65777 DF:567yu
- 2022-03-19 11:13:38下载
- 积分:1
-
中国调试指南
ARM中文调试教程-Chinese Debugging Guide for ARM
- 2022-01-26 07:45:05下载
- 积分:1
-
1。自恢复自发站立
1.单机自发自收串行通信。接收键入字符,从8251A的发送端发送,与同一个8251A的接收端接收,然后在屏幕上显示出来。
2.双机串行通信,在一台PC机键入字符,从8251A的发送端发送给另一台PC机,另一台PC机的 8251A的接收端接收,然后在屏幕上显示出来。
-1. Since the resumption of spontaneous stand-alone serial communication. Type the characters receive from the sending end to send the 8251A, 8251A with the receiving end of a receiver, and then displayed on the screen. 2. Dual serial communication, in a PC-type characters, from the sending end 8251A sent to another PC, another PC-8251A to receive the receiving end, and then displayed on the screen.
- 2022-01-28 07:59:57下载
- 积分:1
-
LPC2132驱动128*64点阵液晶,并且在界面显示时钟。本程序实现了对液晶的驱动,实现了内带时钟的设置等功能,并且有日期对应星期的算法。...
LPC2132驱动128*64点阵液晶,并且在界面显示时钟。本程序实现了对液晶的驱动,实现了内带时钟的设置等功能,并且有日期对应星期的算法。-LPC2132 driver 128* 64 dot matrix LCD, and display interface clock. This procedure to realize a liquid crystal driver, achieved with the clock settings within the functions and have the date of the corresponding week algorithms.
- 2022-08-11 08:00:51下载
- 积分:1
-
s3c2440 temperature test test code wince5.0
s3c2440 温度试验 测试代码 wince5.0-s3c2440 temperature test test code wince5.0
- 2022-01-31 13:49:33下载
- 积分:1
-
rrerwwwwsx
- 2022-03-22 04:46:46下载
- 积分:1
-
ARM开发的指导用书,对你有帮助
ARM开发的指导用书,对你有帮助-ARM with the guidance, to help you
- 2023-04-03 14:20: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