資料介紹
Purpose of this document is to define the details of FAT16 file system for MultiMediaCards’ user data area.
First of all, various FAT systems have their roots in magnetic media (floppy disks and hard drives). With that
background, FAT file system introduces some need to relate the byte-unit linearly addressed MultiMediaCard
and conventional magnetic media. In order to maintain consistency at all levels, this document deals with the
following specifics:
- CHS geometry: how to translate the card characteristics into the conventional CHS geometry of
magnetic media
- Master Boot Record (partitioning): how and why to introduce the MultiMediaCard as logical
hard drive(s), conversions between physical and logical addresses and addressing modes
- Partition Boot Record(s), aka partition boot sector: how to define the actual FAT16 file system
within a partition
- Directory entries: how to create files and directories (with conventional 8+3 filenames)
- Optional long filename support (VFAT): how to avoid breaking inter operability between systems
that do support VFAT and those that don’t
CHS geometry is used as a basis for all calculations to maintain consistency throughout all addressing modes.
2 Physical CHS geometry
The goal of this chapter is to define a way to calculate a physical (media-based) CHS geometry for an arbitrary
card with the following guidelines:
- Calculated CHS should reflect card properties and potential as they are expressed in the card
CSD register and MultiMediaCard System Specification
- Singular conversions between addressing modes (CHS, linear sector and linear card address)
- Simple and efficient conversion methods
- Minimal waste of card memory capacity in address conversions
In order to simplify the expressions, the following notations are defined. Practical implementation of these
notations should be straightforward on any platform.
- floor(x): closest integer ≤ x
- ceil(x): closest integer ≥ x
- ceil2(x): closest even integer ≥ x
- rem(x, y): remainder of integer division (x/y). The remainder, x and y are ≥ 0
- min(r): smallest value found in a finite-length range of numbers
- max(r): largest value found in a finite-length range of numbers
The following table summarizes the all the factors that need to be considered at this point
First of all, various FAT systems have their roots in magnetic media (floppy disks and hard drives). With that
background, FAT file system introduces some need to relate the byte-unit linearly addressed MultiMediaCard
and conventional magnetic media. In order to maintain consistency at all levels, this document deals with the
following specifics:
- CHS geometry: how to translate the card characteristics into the conventional CHS geometry of
magnetic media
- Master Boot Record (partitioning): how and why to introduce the MultiMediaCard as logical
hard drive(s), conversions between physical and logical addresses and addressing modes
- Partition Boot Record(s), aka partition boot sector: how to define the actual FAT16 file system
within a partition
- Directory entries: how to create files and directories (with conventional 8+3 filenames)
- Optional long filename support (VFAT): how to avoid breaking inter operability between systems
that do support VFAT and those that don’t
CHS geometry is used as a basis for all calculations to maintain consistency throughout all addressing modes.
2 Physical CHS geometry
The goal of this chapter is to define a way to calculate a physical (media-based) CHS geometry for an arbitrary
card with the following guidelines:
- Calculated CHS should reflect card properties and potential as they are expressed in the card
CSD register and MultiMediaCard System Specification
- Singular conversions between addressing modes (CHS, linear sector and linear card address)
- Simple and efficient conversion methods
- Minimal waste of card memory capacity in address conversions
In order to simplify the expressions, the following notations are defined. Practical implementation of these
notations should be straightforward on any platform.
- floor(x): closest integer ≤ x
- ceil(x): closest integer ≥ x
- ceil2(x): closest even integer ≥ x
- rem(x, y): remainder of integer division (x/y). The remainder, x and y are ≥ 0
- min(r): smallest value found in a finite-length range of numbers
- max(r): largest value found in a finite-length range of numbers
The following table summarizes the all the factors that need to be considered at this point
下載該資料的人也在下載
下載該資料的人還在閱讀
更多 >
- EE-329:在SHARC處理器上運(yùn)行FAT16文件系統(tǒng)和DOS命令
- FAT16文件原理 0次下載
- EE-329:在SHARC?處理器上運(yùn)行FAT16文件系統(tǒng)和DOS命令
- FAT32文件系統(tǒng)規(guī)范和FAT磁盤格式概述 5次下載
- FAT32硬件白皮書的詳細(xì)資料說(shuō)明 9次下載
- FAT32文件系統(tǒng)說(shuō)明 16次下載
- Microsoft可擴(kuò)展固件計(jì)劃FAT32文件系統(tǒng)規(guī)范的詳細(xì)資料說(shuō)明 17次下載
- NB3000 FAT File System 0次下載
- FAT File System 0次下載
- Microsoft_Extensible_Firmware_Initiative_FAT32_File_System_Specification 0次下載
- 基于FAT16文件系統(tǒng)的嵌入式溫度記錄器 8次下載
- 基于FAT16文件系統(tǒng)的嵌入式溫度記錄器
- 關(guān)于單片機(jī)讀寫U盤F16和F32文件系統(tǒng)
- FAT32文件系統(tǒng)淺析
- sd標(biāo)準(zhǔn)/MMC卡標(biāo)準(zhǔn)
- PX5 FILE的主要功能有哪些 241次閱讀
- H3C AC無(wú)線接入點(diǎn)FAT與FIT模式切換方法 2397次閱讀
- Linux MMC子系統(tǒng)簡(jiǎn)介 1077次閱讀
- MMC全橋子模塊電磁暫態(tài)快速模型建模 3389次閱讀
- 淺談e.MMC的數(shù)據(jù)安全 870次閱讀
- 科普Register file和SRAM 1.2w次閱讀
- 文件系統(tǒng)概述及代碼移植 1910次閱讀
- MMC中斷的特點(diǎn)及解決方案 1863次閱讀
- 微軟發(fā)布已刪除數(shù)據(jù)恢復(fù)工具,這里詳細(xì)教你如何恢復(fù)數(shù)據(jù) 4308次閱讀
- MCS-51單片機(jī)讀寫U盤的程序設(shè)計(jì) 1698次閱讀
- 基于S3C2410控制器實(shí)現(xiàn)SD/MMC卡驅(qū)動(dòng)的設(shè)計(jì) 1791次閱讀
- 如何利用RaviKiranUVS編寫一個(gè)最簡(jiǎn)單的文件系統(tǒng)詳細(xì)概述 3121次閱讀
- 分享解決No input file specified問(wèn)題的方法 3.1w次閱讀
- mmc卡和sd卡的區(qū)別是什么 4.7w次閱讀
- 基于DSP視頻系統(tǒng)的CF卡FAT文件系統(tǒng)設(shè)計(jì) 1723次閱讀
下載排行
本周
- 1AD庫(kù)封裝庫(kù)安裝教程
- 0.49 MB | 2次下載 | 免費(fèi)
- 2PC6206 300mA低功耗低壓差線性穩(wěn)壓器中文資料
- 1.12 MB | 1次下載 | 免費(fèi)
- 3網(wǎng)絡(luò)安全從業(yè)者入門指南
- 2.91 MB | 1次下載 | 免費(fèi)
- 4DS-CS3A P00-CN-V3
- 618.05 KB | 1次下載 | 免費(fèi)
- 5常用電子元器件介紹
- 3.21 MB | 1次下載 | 免費(fèi)
- 6Claroty與NIST網(wǎng)絡(luò)安全框架中文手冊(cè)
- 1.17 MB | 次下載 | 免費(fèi)
- 7NXP-TJA1054AT 英文原版資料
- 0.77 MB | 次下載 | 免費(fèi)
- 8PC3622 多相功能寬輸入同步升壓控制器中文手冊(cè)
- 0.84 MB | 次下載 | 免費(fèi)
本月
- 1貼片三極管上的印字與真實(shí)名稱的對(duì)照表詳細(xì)說(shuō)明
- 0.50 MB | 106次下載 | 1 積分
- 2涂鴉各WiFi模塊原理圖加PCB封裝
- 11.75 MB | 89次下載 | 1 積分
- 3錦銳科技CA51F2 SDK開發(fā)包
- 24.06 MB | 43次下載 | 1 積分
- 4錦銳CA51F005 SDK開發(fā)包
- 19.47 MB | 19次下載 | 1 積分
- 5PCB的EMC設(shè)計(jì)指南
- 2.47 MB | 16次下載 | 1 積分
- 6HC05藍(lán)牙原理圖加PCB
- 15.76 MB | 13次下載 | 1 積分
- 7802.11_Wireless_Networks
- 4.17 MB | 12次下載 | 免費(fèi)
- 8蘋果iphone 11電路原理圖
- 4.98 MB | 6次下載 | 2 積分
總榜
- 1matlab軟件下載入口
- 未知 | 935127次下載 | 10 積分
- 2開源硬件-PMP21529.1-4 開關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
- 1.48MB | 420064次下載 | 10 積分
- 3Altium DXP2002下載入口
- 未知 | 233089次下載 | 10 積分
- 4電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191390次下載 | 10 積分
- 5十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183342次下載 | 10 積分
- 6labview8.5下載
- 未知 | 81588次下載 | 10 積分
- 7Keil工具M(jìn)DK-Arm免費(fèi)下載
- 0.02 MB | 73815次下載 | 10 積分
- 8LabVIEW 8.6下載
- 未知 | 65989次下載 | 10 積分
評(píng)論