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

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

Reg 8 bit

  • IIC接口E2PROM(AT24C64) 讀寫VERILOG 驅(qū)動源碼+仿真激勵文件: module

    IIC接口E2PROM(AT24C64) 讀寫VERILOG 驅(qū)動源碼+仿真激勵文件:module i2c_dri    #(      parameter   SLAVE_ADDR = 7'b1010000   ,  //EEPROM從機地址      parameter   CLK_FREQ   = 26'd50_000_000, //模塊輸入的時鐘頻率      parameter   I2C_FREQ   = 18'd250_000     //IIC_SCL的時鐘頻率    )   (                                                                input                clk        ,        input                rst_n      ,                                                //i2c interface                          input                i2c_exec   ,  //I2C觸發(fā)執(zhí)行信號    input                bit_ctrl   ,  //字地址位控制(16b/8b)    input                i2c_rh_wl  ,  //I2C讀寫控制信號    input        [15:0]  i2c_addr   ,  //I2C器件內(nèi)地址    input        [ 7:0]  i2c_data_w ,  //I2C要寫的數(shù)據(jù)    output  reg  [ 7:0]  i2c_data_r ,  //I2C讀出的數(shù)據(jù)    output  reg          i2c_done   ,  //I2C一次操作完成    output  reg          i2c_ack    ,  //I2C應答標志 0:應答 1:未應答    output  reg          scl        ,  //I2C的SCL時鐘信號    inout                sda        ,  //I2C的SDA信號                                           //user interface                       output  reg          dri_clk       //驅(qū)動I2C操作的驅(qū)動時鐘     );//localparam definelocalparam  st_idle     = 8'b0000_0001; //空閑狀態(tài)localparam  st_sladdr   = 8'b0000_0010; //發(fā)送器件地址(slave address)localparam  st_addr16   = 8'b0000_0100; //發(fā)送16位字地址localparam  st_addr8    = 8'b0000_1000; //發(fā)送8位字地址localparam  st_data_wr  = 8'b0001_0000; //寫數(shù)據(jù)(8 bit)localparam  st_addr_rd  = 8'b0010_0000; //發(fā)送器件地址讀localparam  st_data_rd  = 8'b0100_0000; //讀數(shù)據(jù)(8 bit)localparam  st_stop     = 8'b1000_0000; //結(jié)束I2C操作//reg definereg            sda_dir   ; //I2C數(shù)據(jù)(SDA)方向控制reg            sda_out   ; //SDA輸出信號reg            st_done   ; //狀態(tài)結(jié)束reg            wr_flag   ; //寫標志reg    [ 6:0]  cnt       ; //計數(shù)reg    [ 7:0]  cur_state ; //狀態(tài)機當前狀態(tài)reg    [ 7:0]  next_state; //狀態(tài)機下一狀態(tài)reg    [15:0]  addr_t    ; //地址reg    [ 7:0]  data_r    ; //讀取的數(shù)據(jù)reg    [ 7:0]  data_wr_t ; //I2C需寫的數(shù)據(jù)的臨時寄存reg    [ 9:0]  clk_cnt   ; //分頻時

    標簽: iic 接口 e2prom at24c64 verilog 驅(qū)動 仿真

    上傳時間: 2021-11-05

    上傳用戶:

  • Atmel產(chǎn)品的資料

    ■ High Performance, Low Power AVR? 8-Bit Microcontroller ■ Advanced RISC Architecture –120 Powerful Instructions – Most Single Clock Cycle Execution –32 x 8 General Purpose Working Registers –Fully Static Operation

    標簽: Atmel

    上傳時間: 2013-06-01

    上傳用戶:tccc

  • 74164 TTL八位串行入、并行輸出移位寄存器

    These 8-bit shift registers feature gated serial inputs andan asynchronous clear. A LOW logic le

    標簽: 74164 TTL 串行 并行

    上傳時間: 2013-06-12

    上傳用戶:qq521

  • 80c51芯片中文資料

    80C51 8-bit microcontroller family 4K/128 OTP/ROM/ROMless low voltage 2.7V.5.5V, low power, high speed 33 MHz

    標簽: 80c51 芯片

    上傳時間: 2013-04-24

    上傳用戶:qweqweqwe

  • 74LS164.pdf

    英文描述: 8-Bit Serial-Input/Parallel-Output Shift Register 中文描述: 8位Serial-Input/Parallel-Output移位寄存器

    標簽: 164 74 LS

    上傳時間: 2013-04-24

    上傳用戶:epson850

  • 74LS165.pdf

    英文描述: 8-Bit Parallel In/Serial Output Shift Registers 中文描述: 8位并行/串行輸出移位寄存器

    標簽: 165 74 LS

    上傳時間: 2013-06-03

    上傳用戶:林魚2016

  • 74LS595.pdf

    英文描述: 8-BIT SHIFT REGISTERS WITH OUTPUT LATCHES 中文描述: 8位移位寄存器與輸出鎖存器

    標簽: 595 74 LS

    上傳時間: 2013-06-23

    上傳用戶:327000306

  • 將您的微控制器ADC升級至真正的12位性能

      Many 8-bit and 16-bit microcontrollers feature 10-bitinternal ADCs. A few include 12-bit ADCs, but these oftenhave poor or nonexistent AC specifi cations, and certainlylack the performance to meet the needs of an increasingnumber of applications. The LTC®2366 and its slowerspeed versions offer a high performance alternative, asshown in the AC specifi cations in Table 1. Compare theseguaranteed specifi cations with the ADC built into yourcurrent microcontroller.

    標簽: ADC 微控制器 性能

    上傳時間: 2013-10-26

    上傳用戶:jackandlee

  • [8位單片機C語言編程:基于PIC16].Programmig.8-bit.PIC.Microcontrollers.in.C

    很不錯的教材

    標簽: Microcontrollers Programmig PIC bit

    上傳時間: 2013-11-01

    上傳用戶:brain kung

  • 基于MAX7219的LED數(shù)碼顯示驅(qū)動電路設計

      現(xiàn)有基于MAX7219芯片的數(shù)碼管驅(qū)動電路只適用于小尺寸LED,為擴展其使用范圍,在介紹動態(tài)顯示芯片MAX7219功能的基礎上,提出了一個基于該芯片的8位高亮度8英寸數(shù)碼管驅(qū)動電路。電路保留了MAX7219芯片的功能強大、編程簡單等優(yōu)點,通過74LS273鎖存器和ULN2803達林頓驅(qū)動器,實現(xiàn)了對任意大尺寸數(shù)碼管提供較高電壓和電流驅(qū)動的靜態(tài)顯示,并亮度可調(diào)。   Abstract:   The existing display-driving circuit based on MAX7219 was only applicable to small-size LED. To expand its use, based on the function introduction of dynamic display chip MAX7219, a display-driving circuit for high-brightness 8-bit LED with the size of 8-inch was proposed. The advantages of MAX7219 were retained, such as powerful function and simple programming. Static display with adjustable brightness for large-size LED with higher voltage and current was achieved with the help of 74LS273 and ULN2803.

    標簽: 7219 MAX LED 數(shù)碼顯示

    上傳時間: 2013-10-23

    上傳用戶:31633073

主站蜘蛛池模板: 崇文区| 天祝| 怀集县| 合山市| 南涧| 南靖县| 江北区| 临汾市| 英吉沙县| 辛集市| 怀化市| 大理市| 手机| 永登县| 西安市| 北辰区| 富顺县| 新乡市| 松阳县| 都江堰市| 措勤县| 汉川市| 岗巴县| 调兵山市| 阳东县| 健康| 融水| 东山县| 白山市| 拜泉县| 芮城县| 五大连池市| 当涂县| 安义县| 永新县| 南丹县| 皋兰县| 巴彦县| 望谟县| 玉溪市| 庐江县|