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

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

SD-card

  • SD card SDIO module send command and read response

    SD card SDIO module send command and read response

    標簽: response command module card

    上傳時間: 2017-07-08

    上傳用戶:ls530720646

  • SD Card 的原名是Security Digital Card. 其中security 部分就是CPRM.此文件就是CPRM規格.

    SD Card 的原名是Security Digital Card. 其中security 部分就是CPRM.此文件就是CPRM規格.

    標簽: Card CPRM Security security

    上傳時間: 2013-11-27

    上傳用戶:蠢蠢66

  • SD卡驅動源碼 sd card source code

    SD卡驅動源碼 sd card source code

    標簽: source card code sd

    上傳時間: 2017-07-21

    上傳用戶:腳趾頭

  • sd card input,output source program

    sd card input,output source program

    標簽: program output source input

    上傳時間: 2017-08-29

    上傳用戶:懶龍1988

  • sd card interface for data logger

    sd card interface for data logger

    標簽: interface logger card data

    上傳時間: 2014-01-07

    上傳用戶:nanxia

  • FPGA讀寫SD卡讀取BMP圖片通過LCD顯示例程實驗 Verilog邏輯源碼Quartus工程文件

    FPGA讀寫SD卡讀取BMP圖片通過LCD顯示例程實驗 Verilog邏輯源碼Quartus工程文件+文檔說明,FPGA型號Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。1 實驗簡介在前面的實驗中我們練習了 SD 卡讀寫,VGA 視頻顯示等例程,本實驗將 SD 卡里的 BMP 圖片讀出,寫入到外部存儲器,再通過 VGA、LCD 等顯示。本實驗如果通過液晶屏顯示,需要有液晶屏模塊。2 實驗原理在前面的實驗中我們在 VGA、LCD 上顯示的是彩條,是 FPGA 內部產生的數據,本實驗將彩條替換為 SD 內的 BMP 圖片數據,但是 SD 卡讀取速度遠遠不能滿足顯示速度的要求,只能先寫入外部高速 RAM,再讀出后給視頻時序模塊顯示module top( input                       clk, input                       rst_n, input                       key1, output [5:0]                seg_sel, output [7:0]                seg_data, output                      vga_out_hs,        //vga horizontal synchronization output                      vga_out_vs,        //vga vertical synchronization output[4:0]                 vga_out_r,         //vga red output[5:0]                 vga_out_g,         //vga green output[4:0]                 vga_out_b,         //vga blue output                      sd_ncs,            //SD card chip select (SPI mode) output                      sd_dclk,           //SD card clock output                      sd_mosi,           //SD card controller data output input                       sd_miso,           //SD card controller data input output                      sdram_clk,         //sdram clock output                      sdram_cke,         //sdram clock enable output                      sdram_cs_n,        //sdram chip select output                      sdram_we_n,        //sdram write enable output                      sdram_cas_n,       //sdram column address strobe output                      sdram_ras_n,       //sdram row address strobe output[1:0]                 sdram_dqm,         //sdram data enable output[1:0]                 sdram_ba,          //sdram bank address output[12:0]                sdram_addr,        //sdram address inout[15:0]                 sdram_dq           //sdram data);parameter MEM_DATA_BITS         = 16  ;            //external memory user interface data widthparameter ADDR_BITS             = 24  

    標簽: fpga

    上傳時間: 2021-10-27

    上傳用戶:

  • ARM+MP3+USB HOST 開發板

    ·ARM+MP3+USB HOST 開發板(at91sam7s64+vs1003b+ch375v) 1.atmel出品的at91sam7s64作為主控芯片 2.外配vs1003b作為mp3/wma解碼器 3.ch375v作usb主機芯片, 4.支持接口 5.sd card,mmc card 6.cf card 7.u盤 8.ide port(連接硬盤,光驅) 9.液晶 10.可通過串口,usb下載程

    標簽: nbsp HOST ARM USB

    上傳時間: 2013-05-29

    上傳用戶:Yukiseop

  • AVR32801: UC3A3 Schematic Chec

    AVR32801: UC3A3 Schematic Checklist Features •  Power circuit •  Reset circuit •  USB connection •  External bus interface •  ABDAC sound DAC interface •  JTAG and Nexus debug ports •  Clocks and crystal oscillators •  MMC, SD-card, SDHC, SDIO and CE-ATA interface 1 Introduction A good hardware design comes from a proper schematic. Since UC3A3 devices have a fair number of pins and functions, the schematic for these devices can be large and quite complex. This application note describes a common checklist which should be used when starting and reviewing the schematics for a UC3A3 design.

    標簽: Schematic 32801 UC3A3 Chec

    上傳時間: 2014-12-26

    上傳用戶:DXM35

  • 基于8051F330的音頻信號發生器的設計

     MMC/SD卡以其優越的性能,在單片機嵌入式設備中得到廣泛應用。將MMC/SD卡作為外部掉電存儲介質應用于音頻信號發生器中,通過8051F330單片機上的SPI接口,實現單片機—MMC/SD卡的存儲擴展,設計了此硬件平臺上的MMC/SD卡的單片機驅動程序,并給出了相應的程序代碼,滿足音頻信號發生器的大容量存儲要求。 Abstract:  MMC/SD card is more and more widely used in the single chip embedded devices for their excellent performances.This article introduces the application of MMC/SD card as the external power down storage medium in audio signal generator. The extension technology especially for storage of single chip-MMC/SD card via SPI interfaces in 8051F330 single chip, including designs single chip drive program of MMC/SD card based on hardware platform,and also gives the key coding of the program. The implementation of big capacity storage is meaningful in audio signal generator.

    標簽: 8051F330 音頻信號 發生器

    上傳時間: 2014-12-27

    上傳用戶:黃華強

  • 基于C8051F340的數據采集器設計

    針對眾多低成本數據采集需求,采用帶有片上USB控制器和D/A轉換器的混合信號微處理器C8051F340,設計了一款可通過USB接口和LabVIEW圖形用戶界面實現與PC機聯機的數據采集器,同時借助系統的SD卡存儲獨立實現現場長時間采集數據。該數據采集器成本低,結構簡單,體積小,已成功用于工業現場。 Abstract:  Aiming at the need of low cost data acquisition, a data acquisition device is designed based on C8051F340 which is a mixed-signal microcontroller and integrates USB controller and A/D controller on a chip.The data acquisition device which can combine with PC by USB interface and LabVIEW graphical user interface,can realize data acquisition. At the same time,it can be solely run a long time in virtue of SD card in field.The date aequisition device features low cost,simple structure and little sharp, and it has been used in industry field.

    標簽: C8051F340 數據 集器設計

    上傳時間: 2014-05-31

    上傳用戶:1109003457

主站蜘蛛池模板: 沙坪坝区| 万全县| 巴里| 栾城县| 霍邱县| 淮滨县| 重庆市| 封丘县| 榆林市| 德江县| 安陆市| 遂昌县| 商水县| 卫辉市| 兰坪| 县级市| 庆元县| 沙洋县| 东丽区| 汝南县| 那曲县| 奉新县| 澄城县| 康保县| 安远县| 宾阳县| 赤壁市| 芦溪县| 靖江市| 文水县| 晋州市| 亚东县| 明光市| 桂阳县| 南京市| 巩留县| 安平县| 龙川县| 永清县| 平昌县| 青铜峡市|