...
Anchor |
---|
1046731 | 1046731 | Provided Device Drivers Anchor |
---|
1057356 | 1057356 | Portable device drivers are provided for standard media categories:
Anchor |
---|
1057357 | 1057357- RAM disk driver. The RAM disk driver supports using internal or external RAM as a storage medium.
...
- SD/MMC driver. The SD/MMC driver supports SD, SD high-capacity and MMC cards, including micro and mini form factors. Either cardmode and SPI mode can be used.
...
...
- NAND driver. The NAND flash driver support parallel (typically ONFI-compliant) NAND flash devices.
...
- NOR driver. The NOR flash driver support parallel (typically CFI-compliant) and serial (typically SPI) NOR flash devices.
...
...
- MSC driver. The MSC (Mass Storage Class) driver supports USB host MSC devices (i.e., thumb drives or USB drives) via µC/USB-Host.
Anchor |
---|
1057353 | 1057353 | Table 9-1 The table below summarizes the drivers, driver names and driver API structure names. If you require more information about a driver, please consult the listed chapter.
anchor...
HTML Table |
---|
summary |
---|
class | Plain_Table |
---|
Table Row (tr) |
---|
Table Cell (td) |
---|
Anchor |
---|
1047455 | 1047455 | Driver Table Cell (td) |
---|
Anchor |
---|
1047457 | 1047457 | Driver Name Table Cell (td) |
---|
Anchor |
---|
1047459 | 1047459 | |
...
0 | title | Table - Device driver API structures |
---|
|
Driver | Driver Name | Driver API Structure Name |
---|
Table Cell (td) |
---|
Anchor |
---|
| 1047461 | 1047461 | Table Row (tr) |
---|
Table Cell (td) |
---|
Anchor |
---|
1057145 | 1057145 Table Cell (td) |
anchor1057147 | 1057147 | Table Cell (td) |
---|
Anchor |
---|
1057149 | 1057149 Table Cell (td) |
---|
Anchor |
---|
1057154 | 1057154 | Chapter 11, on page 133 Table Row (tr) |
---|
Table Cell (td) |
---|
Anchor |
---|
1057123 | 1057123 | SD/MMC Table Cell (td) |
---|
Anchor |
---|
1057125 | 1057125 Table Cell (td) |
---|
Anchor |
---|
1057127 | 1057127 | FSDev_SD_SPI / FSDev_SD_Card
|
Table Cell (td) |
---|
Anchor |
---|
1057132 | 1057132 | Chapter 12, on page 137 Table Row (tr) |
---|
Table Cell (td) |
---|
Anchor |
---|
1052684 | 1052684 | NAND Table Cell (td) |
---|
Anchor |
---|
1052686 | 1052686 Table Cell (td) |
---|
Anchor |
---|
1052688 | 1052688 Table Cell (td) |
---|
Anchor |
---|
1052690 | 1052690 | Chapter 13, on page 161 Table Row (tr) |
---|
Table Cell (td) |
---|
Anchor |
---|
1047479 | 1047479 | NOR Table Cell (td) |
---|
Anchor |
---|
1047481 | 1047481 | “nor:” Table Cell (td) |
---|
Anchor |
---|
1047483 | 1047483 Table Cell (td) |
---|
Anchor |
---|
1047485 | 1047485 | Chapter 14, on page 199 Table Row (tr) |
---|
Table Cell (td) |
---|
Anchor |
---|
1057156 | 1057156 | MSC Table Cell (td) |
---|
Anchor |
---|
1057158 | 1057158 | “msc:” Table Cell (td) |
---|
Anchor |
---|
1057160 | 1057160 Table Cell (td) |
---|
Anchor |
---|
1057165 | 1057165 | Chapter 15, on page 219
...
If your medium is not supported by one of these drivers, a new driver can be written based on the template driver. Appendix C, “Device Driver” on page 412 The Device Driver page describes how to do this.