BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_FlashFS_Format | ( | brp_protocol | protocol, |
bool | QuickFormat | ||
) |
This command resets the complete file system.
All data - managment structures, files and records - gets lost.
A format is required before the first use.
[in] | protocol | used to execute the command |
[in] | QuickFormat | If false , every sector of the dataflash will be erased, which can be very time-consuming. If true , only the management structures are reset. |