📄 readme
字号:
This demo provides a flash file system test, and demonstrates thecapabilities of the flash file system software. Two flash interfaces are provided:1) File FlashSpecificSim.c provides a flash simulation that works on malloc'd memory; it also is able to simulate write- and erase errors, to be enabled by means of macro ERROR_RATE. Flash 'contents' are written to a file Flash.image at exit, to be loaded at next run of an executable that uses the flash simulator.2) The Flash File System can use the BSP for reading, writing and erasing flash.The flash_demo itself performs some heavy IO tests, creating-, andverifying directory structures and files.See also the sibling directory all_together, in which a completeflash based system is demonstrated, including dynamic code loading from flash.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -