FlashFS.Format
This command resets the complete file system. All data - managment structures, files and records - gets lost.
A format is required before the first use.
Properties
- Command code: 0x4902
- Command timeout: 5000 ms
- Possible status codes: General status codes, FlashFS.ErrFlashAccess
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
QuickFormat | Boolean (8 bits) | If false, every sector of the dataflash will be erased, which can be very time-consuming. If true, only the management structures are reset. |
Returned values (response frame)
None