...
Flash file manager initializes flash file system on any physical memory (Flash device or any other local file system) upon called by the system (typically the BSP). The content in the flash file system is persisted until the memory is erased.
...
Verification and Testing
Unit test for Flash File System can be found at ‘CFramework\Test\TestAweFlashFileSystem.cpp’ and it covers all the units (functions) defined in 'CFrameworkC\Framework\AWEInstance\FlashFileSystem\AweFlashFileSystem.c.
Run TestCFramework GTest suite to trigger automatic unit verification.
...
.
...
Integrating the AWE Flash File System
...