亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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實現(xiàn)I2C通信的SLave模塊源碼狀態(tài)機設位計可做I2C接口的仿真模型

    verilog實現(xiàn)I2C通信的SLave模塊源碼狀態(tài)機設位計可做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

    上傳用戶:

  • STM32 USB HID(SLave)應用源碼

    STM32 USB HID(SLave)應用源碼,有需要的可以參考!

    標簽: stm32 usb

    上傳時間: 2022-04-15

    上傳用戶:

  • 74LS73.pdf

    英文描述: Dual Negative-Edge-Triggered Master-SLave J-K Flip-Flops with Clear and Complementary Outputs 中文描述: 雙下降沿觸發(fā)主從JK觸發(fā)器明確和互補輸出

    標簽: 74 73 LS

    上傳時間: 2013-04-24

    上傳用戶:黃華強

  • mcu與cpld之間spi接口程序

    mcu與cpld之間spi接口程序,mcu為master,cpld用verilog寫成SLave模塊

    標簽: cpld mcu spi 接口程序

    上傳時間: 2013-08-14

    上傳用戶:1039312764

  • 基于單片機的顏色自適應識別電路

      為解決電致變色器件的顏色變化受外界環(huán)境顏色控制的問題,設計了一種基于單片機的便攜式顏色自適應識別電路。與傳統(tǒng)顏色識別電路相比較,該電路利用數(shù)字式的顏色傳感器來獲取外界環(huán)境顏色,產(chǎn)生的數(shù)字顏色信號易于單片機進行處理。在電路中,下位機部分主要負責獲取電致變色器件變色參數(shù)及控制電致變色器件的顏色變化;而上位機部分主要負責把下位機獲取的電致變色器件變色參數(shù)進行電壓到顏色的曲線擬合,并通過藍牙通信把擬合曲線參數(shù)傳遞給下位機。結(jié)果表明,該電路能自動根據(jù)環(huán)境顏色提供-4~4 V范圍步進為0.1 V的電壓來驅(qū)動電致變色器件的顏色顯示,與傳統(tǒng)的顏色識別電路設計相比,識別的精度和速度都得到了明顯改善。   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單片機的溫度巡回檢測系統(tǒng)設計

    闡述了一個由上位PC機和AT89C52下位單片機組成的主從分布式溫度巡回檢測系統(tǒng)。主從機采用RS-485 串行通訊標準進行通信,可在下位單片機實現(xiàn)基本的溫度數(shù)據(jù)巡回檢測基礎上,由上位PC機實現(xiàn)綜合處理功能或擴展為遠程操作。整個系統(tǒng)具有巡檢速度快,擴展性好的特點。 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-13

    上傳用戶:zhoujunzhen

  • 基于CY7C68013的單片機USB 2.0接口設計

    摘 要:以EZ2USB FX2為基礎設計了一種單片機的USB接口方式.該設計應用EZ2USB FX2芯片構(gòu)建單片機和主機的數(shù)據(jù)管道,接口符合USB2.0協(xié)議.EZ2USBFX2芯片工作在從屬FIFO方式下,通過適當?shù)呐渲门c單片機方便地進行連接,單片機可以象訪問外部存儲器一樣訪問FX2的端點.主機應用程序通過USB接口向單片機發(fā)送相應的命令,并能夠接收單片機上傳的數(shù)據(jù).該設計硬件連接方便、編程簡單.文中詳細介紹了該設計的硬件組成和軟件設計,包括FX2的固件程序和主機用戶程序.關鍵詞:FX2;SLave FIFO;USB;接口

    標簽: C68013 68013 2.0 CY7

    上傳時間: 2013-12-26

    上傳用戶:swz13842860183

主站蜘蛛池模板: 合川市| 岳阳县| 平山县| 宜春市| 济南市| 尉氏县| 海晏县| 濮阳县| 兴安县| 房山区| 长寿区| 四平市| 中宁县| 新田县| 广安市| 辰溪县| 红原县| 三台县| 桂林市| 桃源县| 汽车| 永善县| 化德县| 福建省| 黑河市| 荥经县| 岳阳市| 庆阳市| 隆子县| 丰镇市| 嫩江县| 武清区| 托克托县| 通州市| 余姚市| 博兴县| 炎陵县| 准格尔旗| 灯塔市| 中宁县| 中西区|