-
s3c44b0x系列arm7开发板IO口测试程序。ADX调试即可
s3c44b0x系列arm7开发板IO口测试程序。ADX调试即可-s3c44b0x series arm7 Development Board IO mouth testing procedures. Debugging can ADX
- 2022-01-30 13:22:53下载
- 积分:1
-
通用五管道模拟程序的计算机体系结构
计算机体系结构中关于通用5级流水线的模拟实现程序-computer architecture on the common five Pipeline Simulation procedures
- 2022-10-15 09:55:03下载
- 积分:1
-
介绍一些原始的手臂代码,并在美国下分享。
一些ARM入门的原代码,
和大家分享下。-Introduction to some of the original ARM code, and under the U.S. share.
- 2022-07-12 16:34:22下载
- 积分:1
-
UC/FS源2.36 fatfilesystem。
uc/fs源代码2.36。
- 2022-09-27 03:15:02下载
- 积分:1
-
2812 to study the source code usb68013 board, including the usb drive
2812学习板usb68013源代码,包括usb驱动-2812 to study the source code usb68013 board, including the usb drive
- 2022-02-18 17:14:55下载
- 积分:1
-
这是ad7791的驱动程序,AD7791是24位的高精度AD
这是ad7791的驱动程序,AD7791是24位的高精度AD-ad7791 This is the driver, AD7791 is a high-precision 24 AD
- 2022-09-10 19:00:03下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
S3C4510B DMA驱动程序
S3C4510b DMA driver
- 2022-02-04 15:59:12下载
- 积分:1
-
xjtag,源代码,ARM调试程序
xjtag,soure code,arm debug program
- 2022-04-16 03:34:22下载
- 积分:1
-
步进电机是将电脉冲信号转变为角位移或线位移的开环控制元件。在非超载的情况下,电机的转速、停止的位置只取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,即给电机...
步进电机是将电脉冲信号转变为角位移或线位移的开环控制元件。在非超载的情况下,电机的转速、停止的位置只取决于脉冲信号的频率和脉冲数,而不受负载变化的影响,即给电机加一个脉冲信号,电机则转过一个步距角。-Stepper motor is the electrical impulse signals into angular displacement or linear displacement of the open-loop control components. In the non-overload case, the motor speed, and stop location depends only on pulse frequency and pulse number, regardless of the load change, that is, to add an electrical pulse signal, then turn one motor step angle.
- 2022-10-25 19:55:03下载
- 积分:1