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

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

sd卡fatfs文件系統(tǒng)操作以及帶操作系統(tǒng)的

  • SPI接口控制 SD卡 并實(shí)現(xiàn)FAT16文件系統(tǒng)spi_contrl_sdcard_fat16.rar

    SPI接口控制 SD卡 并實(shí)現(xiàn)FAT16文件系統(tǒng)spi_contrl_sdcard_fat16.rar

    標(biāo)簽: spi_contrl_sdcard_fat 16 SPI FAT

    上傳時(shí)間: 2017-08-08

    上傳用戶:cuibaigao

  • SD卡源碼 讀、寫、擦等操作。。。。。。。。。。。。

    SD卡源碼 讀、寫、擦等操作。。。。。。。。。。。。

    標(biāo)簽: SD卡 源碼 操作

    上傳時(shí)間: 2017-08-23

    上傳用戶:fhzm5658

  • 我改寫的在TFT上顯示SD卡中BMP文件的程序

    我改寫的在TFT上顯示SD卡中BMP文件的程序,使用了一個(gè)日本人寫的FAT FS

    標(biāo)簽: TFT BMP SD卡 程序

    上傳時(shí)間: 2013-12-09

    上傳用戶:manlian

  • 基于STM32微處理器的SD卡(TF卡)文件系統(tǒng)讀寫. 103ZC,ZD等有SDIO

    基于STM32微處理器的SD卡(TF卡)文件系統(tǒng)讀寫. 103ZC,ZD等有SDIO,檢查中。

    標(biāo)簽: SDIO STM 103 32

    上傳時(shí)間: 2017-09-21

    上傳用戶:lacsx

  • FATFS文件系解釋

    FATFS文件系解釋,用于STM32編程,講解文件結(jié)構(gòu)體,及其使用方法

    標(biāo)簽: FATFS

    上傳時(shí)間: 2016-12-15

    上傳用戶:liverpool1783

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

    FPGA讀寫SD卡讀取BMP圖片通過LCD顯示例程實(shí)驗(yàn) Verilog邏輯源碼Quartus工程文件+文檔說明,FPGA型號Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。1 實(shí)驗(yàn)簡介在前面的實(shí)驗(yàn)中我們練習(xí)了 SD 卡讀寫,VGA 視頻顯示等例程,本實(shí)驗(yàn)將 SD 卡里的 BMP 圖片讀出,寫入到外部存儲器,再通過 VGA、LCD 等顯示。本實(shí)驗(yàn)如果通過液晶屏顯示,需要有液晶屏模塊。2 實(shí)驗(yàn)原理在前面的實(shí)驗(yàn)中我們在 VGA、LCD 上顯示的是彩條,是 FPGA 內(nèi)部產(chǎn)生的數(shù)據(jù),本實(shí)驗(yàn)將彩條替換為 SD 內(nèi)的 BMP 圖片數(shù)據(jù),但是 SD 卡讀取速度遠(yuǎn)遠(yuǎn)不能滿足顯示速度的要求,只能先寫入外部高速 RAM,再讀出后給視頻時(shí)序模塊顯示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  

    標(biāo)簽: fpga

    上傳時(shí)間: 2021-10-27

    上傳用戶:

  • 基于SD卡的駕駛行為再現(xiàn)存儲系統(tǒng)設(shè)計(jì)

    本文以ABS采集系統(tǒng)為基礎(chǔ),利用嵌入式技術(shù)設(shè)計(jì)了以SD卡為存儲介質(zhì)的駕駛行為再現(xiàn)存儲系統(tǒng),對ABS的數(shù)據(jù)進(jìn)行讀寫操作。本系統(tǒng)采用了目前通用的通信方式及SD卡對數(shù)據(jù)進(jìn)行存儲,設(shè)計(jì)了基于嵌入式的硬件

    標(biāo)簽: SD卡 駕駛 存儲 系統(tǒng)設(shè)計(jì)

    上傳時(shí)間: 2013-07-12

    上傳用戶:silenthink

  • SD卡調(diào)試所用的資料

    這是一些對SD卡操作必須知道的一些原理和應(yīng)用編程。

    標(biāo)簽: SD卡 調(diào)試

    上傳時(shí)間: 2013-08-02

    上傳用戶:sh19831212

  • WinCE環(huán)境下檢測SD卡序列號

    WinCE環(huán)境下檢測SD卡序列號,編程環(huán)境: eVC4.0 + PPC2003。 文件清單: newres.h ReadMe.txt Resource.h SDTest.aps SDTest.cpp SDTest.h SDTest.rc SDTest.vcc SDTest.vcl SDTest.vcp SDTestDlg.cpp SDTestDlg.h StdAfx.cpp StdAfx.h

    標(biāo)簽: WinCE SD卡 環(huán)境 檢測

    上傳時(shí)間: 2013-12-21

    上傳用戶:爺?shù)臍赓|(zhì)

  • mmc卡、sd卡、cf卡適配器電路原理圖

    mmc卡、sd卡、cf卡適配器電路原理圖,以及相應(yīng)程序。

    標(biāo)簽: mmc 適配器 電路原理圖

    上傳時(shí)間: 2013-12-25

    上傳用戶:懶龍1988

主站蜘蛛池模板: 嘉定区| 罗山县| 枣强县| 开平市| 土默特右旗| 收藏| 犍为县| 京山县| 常熟市| 新郑市| 合江县| 丹巴县| 武乡县| 双辽市| 峨边| 满城县| 清涧县| 香港| 博野县| 谢通门县| 老河口市| 吴旗县| 曲周县| 承德市| 雅江县| 义乌市| 嘉禾县| 山东省| 岳普湖县| 泾川县| 贵南县| 仪陇县| 湘西| 广安市| 哈巴河县| 龙里县| 通州区| 锦州市| 库伦旗| 津市市| 石屏县|