lpc2138讀寫SD卡的fat文件系統(tǒng),spi接口
上傳時(shí)間: 2013-12-19
上傳用戶:ukuk
SD卡系統(tǒng)純?cè)创a模板,提供建立SD文件系統(tǒng)的程序編譯系統(tǒng)模式
上傳時(shí)間: 2017-07-31
上傳用戶:cxl274287265
基于SD卡的FAT文件系統(tǒng),在gcc上實(shí)現(xiàn)了FAT16文件系統(tǒng)的基本功能
標(biāo)簽: FAT SD卡 文件系統(tǒng)
上傳時(shí)間: 2014-12-20
上傳用戶:z754970244
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
我改寫的在TFT上顯示SD卡中BMP文件的程序,使用了一個(gè)日本人寫的FAT FS
上傳時(shí)間: 2013-12-09
上傳用戶:manlian
基于STM32微處理器的SD卡(TF卡)文件系統(tǒng)讀寫. 103ZC,ZD等有SDIO,檢查中。
上傳時(shí)間: 2017-09-21
上傳用戶:lacsx
FPGA讀寫SD卡讀取BMP圖片通過(guò)LCD顯示例程實(shí)驗(yàn) Verilog邏輯源碼Quartus工程文件+文檔說(shuō)明,FPGA型號(hào)Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。1 實(shí)驗(yàn)簡(jiǎn)介在前面的實(shí)驗(yàn)中我們練習(xí)了 SD 卡讀寫,VGA 視頻顯示等例程,本實(shí)驗(yàn)將 SD 卡里的 BMP 圖片讀出,寫入到外部存儲(chǔ)器,再通過(guò) VGA、LCD 等顯示。本實(shí)驗(yàn)如果通過(guò)液晶屏顯示,需要有液晶屏模塊。2 實(shí)驗(yàn)原理在前面的實(shí)驗(yàn)中我們?cè)?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
上傳用戶:
該文件來(lái)源于普中科技的STM32F103ZET6最小系統(tǒng)板的SD卡部分的使用說(shuō)明文件
標(biāo)簽: 普中 stm32f103zet6
上傳時(shí)間: 2021-11-21
上傳用戶:
利用SD卡研究、設(shè)計(jì)一種大容量心電存儲(chǔ)及回放系統(tǒng)。系統(tǒng)基于高速低功耗的msp430單片機(jī),利用串行外圍接口總線與SD卡相連,實(shí)現(xiàn)對(duì)sD卡的數(shù)據(jù)讀寫。為方便微處理器和pc機(jī)對(duì)sD卡的操作,在sD卡中以fatl6文件格式建立了相應(yīng)的文件系統(tǒng)。能夠利用sD卡中保存的數(shù)據(jù),通過(guò)點(diǎn)陣式液晶顯示模塊,完成心電波形的回放。將該設(shè)計(jì)應(yīng)用于便攜式心電監(jiān)護(hù)儀上,經(jīng)實(shí)驗(yàn),完全滿足了200 Hz心電采樣頻率的要求,實(shí)現(xiàn)了對(duì)12位AD轉(zhuǎn)換數(shù)據(jù)的實(shí)時(shí)保存、顯示與回放。
標(biāo)簽: MSP 430 單片機(jī) SD卡讀寫
上傳時(shí)間: 2013-10-10
上傳用戶:瀟湘書客
WinCE環(huán)境下檢測(cè)SD卡序列號(hào),編程環(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)境 檢測(cè)
上傳時(shí)間: 2013-12-21
上傳用戶:爺?shù)臍赓|(zhì)
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1