资源列表

« 1 2 ... .51 .52 .53 .54 .55 31156.57 .58 .59 .60 .61 ... 33928 »

[微处理器(ARM/PowerPC等)44b0_uart

说明:本程序为arm7 44b0的公版串口通讯程序,在其他程序中移植该功能,通过与上位机进行串口通讯,可以方便程序调试,以及可以完成上位机对单片机的控制-The procedures for the the arm7 44b0 public version of the serial communication program, other programs transplantation through serial communication with the host computer, you
<wkshengren> 在 2025-11-22 上传 | 大小:169kb | 下载:0

[微处理器(ARM/PowerPC等)44b0_USB

说明:本程序为arm7 44b0的公版usb控制程序,使用PDIUSBD12芯片,内含相应的usb驱动及测试程序-This program arm7 44b0 public version of the the usb control program, use the PDIUSBD12 chips containing the corresponding usb drive and testing procedures
<wkshengren> 在 2025-11-22 上传 | 大小:359kb | 下载:0

[VHDL编程fpga_msp430

说明:fpga和msp430进行通信,包括他们之间的通信协议-Fpga and msp430 in communication,Including the communication protocol between them
<> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[微处理器(ARM/PowerPC等)44b0_audio

说明:44b0的音频测试程序,使用dma传输,可以作为三星44b0的dma的例程-44b0 audio test procedures, use dma transfer, as dma routines
<wkshengren> 在 2025-11-22 上传 | 大小:561kb | 下载:0

[微处理器(ARM/PowerPC等)44b0_led

说明:自己写的44b0的流水灯,该程序只要做少量修改,即可作为44b0的空白工程使用,包含了全部的头文件以及库文件-Write your own 44b0 light water, the program as long as a few changes, you can use as 44b0 blank works, contains all the header files and library files
<wkshengren> 在 2025-11-22 上传 | 大小:97kb | 下载:0

[VHDL编程jishuqi

说明:在fpga实验版上实现4位7段数码管动态显示,数字递增-In fpga experimental edition to realize four 7 period of digital tube dynamic display, digital increasing
<xyleader> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[VHDL编程fpga_test

说明:此程序用来测试fpga和msp430单片机通信是否正确-This procedure used to test fpga and msp430 single chip microcomputer communication is correct
<xyleader> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[嵌入式Linuxmsn-armson

说明:该代码主要是讲MSN在arm-linux上的如何移植,已经通过测试,可以直接运行。-MSN on arm-linux for arm9.
<armson> 在 2025-11-22 上传 | 大小:206kb | 下载:0

[嵌入式Linuxfile_operations

说明:ssize_t (*read) (struct file * filp, char __user * buffer, size_t      size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位
<秦凯> 在 2025-11-22 上传 | 大小:9kb | 下载:0

[单片机(51,AVR,MSP430等)eeprom

说明:#include <intrins.h> #include <reg52.h> //52系列单片机头文件 #include <51hei.H> #define uchar unsigned char #define uint unsigned int #define RdCommand 0x01 //定义ISP的操作命令 #define PrgCommand 0x02 #define EraseCommand 0x
<秦凯> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[单片机(51,AVR,MSP430等)watchdog

说明:#include <reg52.h> //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sfr WDT_CONTR=0xe1 sbit led1=P0^0 sbit leds=P1^4 //led使能 void delayms(uint xms) { uint i,j for(i=xms i>0 i-
<秦凯> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)breathled

说明://晶振11.0592 //灯光在单片机控制之下完成由亮到暗的逐渐变化-//Crystal 11.0592// lighting under the control of the microcontroller to complete the gradual change from light to dark
<秦凯> 在 2025-11-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 31156.57 .58 .59 .60 .61 ... 33928 »

源码中国 www.ymcn.org