FlashFS.GetMemoryInfo
This command checks the consistency of the file system and retrieves information about the available dataflash memory space.
Properties
- Command code: 0x4901
- Command timeout: 100 ms
- Possible status codes: General status codes, FlashFS.ErrFsCorrupt
Parameters (request frame)
None
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
TotalMem | Integer (32 bits) | Total amount of dataflash space (in Bytes). |
FreeMem | Integer (32 bits) | Free amount of dataflash space (in Bytes). |