资源列表
[单片机(51,AVR,MSP430等)] RS-232
说明:void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }-void UART_init<zhongxinyu> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[VHDL编程] 4bit_buma_adder
说明:Verilog作业 :自己写的源码输入,补码输出的,由状态机控制的四位加法器,为保证时序,加法器模块为超前近位加法器,包含测试台,通过 Modelsim 、Synplify仿真。-Verilog operation: the source code to write their own input, complementary code output by the state machine to control the four adder, in order to ensure timing<wizard> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[单片机(51,AVR,MSP430等)] AD_2
说明:AD7812温度测量 AD7812温度测量-AD7812 Temperature measurement Temperature measurement AD7812<王强> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[微处理器(ARM/PowerPC等)] IIC
说明:IIC驱动程序,标准IIC接口-IIC driver, standard IIC interface<郭会军> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[嵌入式Linux] TLC2543_AD_driver
说明:这个程序实现了s3c2410的GPIO口对TLC2543AD芯片的驱动。linux环境下用交叉编译环境编译之后,加载模块到内核之后就可以使用。-This procedure has the GPIO port of S3C2410 chip TLC2543AD driver. linux environment using cross compiler environment for the compiler, the loadable module into the kernel can be<李少春> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[嵌入式Linux] s3c2410_SPI_driver
说明:这个程序实现了s3c2410经驱动74HC95之后,来控制八路LED灯。linux环境下用交叉编译环境编译之后,加载模块到内核之后就可以使用。-This procedure achieved a S3C2410 by the driver after the 74HC95 to control eight LED lights. linux environment using cross compiler environment for the compiler, the loadable mo<李少春> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[嵌入式Linux] s3c2410driver_MAX1227
说明:这个程序实现了s3c2410的SPI口对max1227芯片的驱动。linux环境下用交叉编译环境编译之后,加载模块到内核之后就可以使用。-This procedure has the SPI port of S3C2410 chip max1227 driver. linux environment with cross compiler compiler environment, the loadable module into the kernel can be used after.<李少春> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[单片机(51,AVR,MSP430等)] 2387
说明:2387 LCD模块测试程序,。。。。。。汇编。-2387 LCD Module testing procedures. . . . . . Compilation.<乐乐> 在 2025-07-01 上传 | 大小:2kb | 下载:0
[单片机(51,AVR,MSP430等)] 2440
说明:2440 LCD模块测试程序,汇编。全功能测试。生产测试。-2440 LCD module test procedures, the compilation. Full-function testing. Production testing.<乐乐> 在 2025-07-01 上传 | 大小:2kb | 下载:0