📄 readme
字号:
This directory contains a number of sample flash drivers for use with theTriMedia flash file system manager. A user has various options when it comes to using the Flash File System drivers. A user can use the BSP, or flash specific driver.It is STRONGLY recommended that users use the BSP as the Flash driver, andonly use the specific Flash Drivers for boot purposes.A user can use the BSP for all Flash File System operations. However if a user wishes to boot by reading from Flash, the boot code must be 2K or less. In this case the BSP will not be small enough to use, so a Flash driver will be required. If the Flash driver is only used for booting, then the following function must be defined :-FLASH_read()FLASH_block_read()The Flash driver must also declare and initialize the following variables :-Int SZOF_FLASH_BLOCK;Int NROF_FLASH_BLOCKS;A user can either use a flash driver for all Flash File System operations. In this cace, at the very least the flash driver must write the followingfunctions :-FLASH_init()FLASH_read()FLASH_write()FLASH_block_erase()FLASH_block_read()FLASH_block_write()The Flash driver must also declare and initialize the following variables :-Int SZOF_FLASH_BLOCK;Int NROF_FLASH_BLOCKS;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -