虫虫首页|资源下载|资源专辑|精品软件
登录|注册

SLave

  • This is a verilog code used oversampled clock to implement SPI SLave. Also include C code for a ARM

    This is a verilog code used oversampled clock to implement SPI SLave. Also include C code for a ARM processor as the SPI master

    标签: code oversampled implement include

    上传时间: 2013-12-13

    上传用户:leixinzhuo

  • This driver supports both master mode, SLave mode & mixed mode operation.

    This driver supports both master mode, SLave mode & mixed mode operation.

    标签: mode operation supports driver

    上传时间: 2013-12-11

    上传用户:894898248

  • nios i2c SLave程序

    很少见的nios i2c SLave程序,对nios工程师很有帮助

    标签: SLave nios i2c 程序

    上传时间: 2020-02-27

    上传用户:zqszqs

  • verilog实现I2C通信的SLave模块源码状态机设位计可做I2C接口的仿真模型

    verilog实现I2C通信的SLave模块源码状态机设位计可做I2C接口的仿真模型//`timescale 1ns/1psmodule I2C_slv (input [6:0] slv_id,input       RESET,input       scl_i,      //I2C clkinput       sda_i,      //I2C data ininput [7:0] I2C_RDDATA,////////////////////////output reg       sda_o,     //I2C data outoutput reg       reg_w,     //reg write enable pulse (1T of scl_i)output reg [7:0] I2C_ADDR,output reg [7:0] I2C_DATA);  parameter ST_ADDR    = 4'd0;  parameter ST_ACK     = 4'd1;  parameter ST_WDATA1  = 4'd2;  parameter ST_WACK1   = 4'd3;  parameter ST_WDATA2  = 4'd4;  parameter ST_WACK2   = 4'd5;  parameter ST_WDATA3  = 4'd6;  parameter ST_WACK3   = 4'd7;  parameter ST_RDATA1  = 4'd8;  parameter ST_RACK1   = 4'd9;  parameter ST_IDLE    = 4'd15;//---------------------------------------------------------------------------// Signal Declaration//---------------------------------------------------------------------------  reg        i2c_start_n, i2c_stop_n;  //wire       RESET_scl;  wire       i2c_stp_n, i2c_RESET;  reg [3:0]  i2c_cs, i2c_ns;  reg [3:0]  cnt_bit;  reg [7:0]  d_vec;  reg        i2c_rd, i2c_ack;  reg [7:0]  I2C_RDDATA_latch;

    标签: verilog i2c 通信 SLave

    上传时间: 2022-02-03

    上传用户:zhengtiantong

  • STM32 USB HID(SLave)应用源码

    STM32 USB HID(SLave)应用源码,有需要的可以参考!

    标签: stm32 usb

    上传时间: 2022-04-14

    上传用户:yb9018

  • 74LS73.pdf

    英文描述: Dual Negative-Edge-Triggered Master-SLave J-K Flip-Flops with Clear and Complementary Outputs 中文描述: 双下降沿触发主从JK触发器明确和互补输出

    标签: 74 73 LS

    上传时间: 2013-04-24

    上传用户:黄华强

  • mcu与cpld之间spi接口程序

    mcu与cpld之间spi接口程序,mcu为master,cpld用verilog写成SLave模块

    标签: cpld mcu spi 接口程序

    上传时间: 2013-08-14

    上传用户:1039312764

  • 基于单片机的颜色自适应识别电路

      为解决电致变色器件的颜色变化受外界环境颜色控制的问题,设计了一种基于单片机的便携式颜色自适应识别电路。与传统颜色识别电路相比较,该电路利用数字式的颜色传感器来获取外界环境颜色,产生的数字颜色信号易于单片机进行处理。在电路中,下位机部分主要负责获取电致变色器件变色参数及控制电致变色器件的颜色变化;而上位机部分主要负责把下位机获取的电致变色器件变色参数进行电压到颜色的曲线拟合,并通过蓝牙通信把拟合曲线参数传递给下位机。结果表明,该电路能自动根据环境颜色提供-4~4 V范围步进为0.1 V的电压来驱动电致变色器件的颜色显示,与传统的颜色识别电路设计相比,识别的精度和速度都得到了明显改善。   Abstract:   In this paper, a portable adaptive circuit for color identification(PACCI) based on MCU was designed. Compared to the traditional color identification circuit, the PACCI adopts digital sensor to detect the color data from external environment and further generate digital color data, which can be processed easily by MCU. In PACCI, the SLave is mainly responsible for detecting the color parameters of the corresponding elcreochromic device and further driving it. For the master, which is mainly responsible for the color curve fitting based on the parameters of the electrochromic device, and transmits the fitting parameters to the SLave through the bluetooth device. The results show that the PACCI can provide the basis voltage range from -4V to 4V automatically based on the colors of external environment with step as 0.1V to drive the corresponding electrochromic device. Compared to the traditional color recognition circuit, the recognition accuracy and speed of PACCI have been improved significantly.

    标签: 单片机 识别电路

    上传时间: 2013-11-09

    上传用户:franktu

  • 基于AT89C52单片机的温度巡回检测系统设计

    阐述了一个由上位PC机和AT89C52下位单片机组成的主从分布式温度巡回检测系统。主从机采用RS-485 串行通讯标准进行通信,可在下位单片机实现基本的温度数据巡回检测基础上,由上位PC机实现综合处理功能或扩展为远程操作。整个系统具有巡检速度快,扩展性好的特点。 Abstract:  In this paper,a top PC and AT89C52 under-bit microcontrollers from the main component of the tour distributed temperature detection system is presented. Master and SLave can use RS-485 serial communication standards for communications.Based on next-bit machine for basic goods temperature detected data Tour, the top can achieve the integrated treatment of PC functions or for the expansion of long-distance operation. The entire inspection system is fast, expansion.

    标签: 89C C52 AT 89

    上传时间: 2013-10-12

    上传用户:zhoujunzhen

  • 基于CY7C68013的单片机USB 2.0接口设计

    摘 要:以EZ2USB FX2为基础设计了一种单片机的USB接口方式.该设计应用EZ2USB FX2芯片构建单片机和主机的数据管道,接口符合USB2.0协议.EZ2USBFX2芯片工作在从属FIFO方式下,通过适当的配置与单片机方便地进行连接,单片机可以象访问外部存储器一样访问FX2的端点.主机应用程序通过USB接口向单片机发送相应的命令,并能够接收单片机上传的数据.该设计硬件连接方便、编程简单.文中详细介绍了该设计的硬件组成和软件设计,包括FX2的固件程序和主机用户程序.关键词:FX2;SLave FIFO;USB;接口

    标签: C68013 68013 2.0 CY7

    上传时间: 2013-12-26

    上传用户:swz13842860183