Tiny storage(file) system on MCU internal flash memory for Nucleo F4xx. The purpose of SOFBlock class is to provide a way to write data on flash memory in the same way of file handling class in the file system.
Dependents: storage_on_flash_demo mbed_controller_demo mbed-os-example-blinky-2
March 26, 2015
Seeed Arch Max platform which is based on STM32-F407 is supported.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:2bb58064d0a2 | 2015-03-25 | hillkim7 | Fix comment. |
2:e79a9cb05801 | 2015-03-25 | hillkim7 | Support Seeed Arch Max platform; Modified to comply with mbed coding standard. |
1:33afe074c8f8 | 2015-01-19 | hillkim7 | Fix error in comment. |
0:7f4bc855cb46 | 2015-01-19 | hillkim7 | Tiny storage(file) system on MCU internal flash for Nucleo F4xx.; The purpose of SOFBlock class is to provide a way to write data on flash memory in the same way of file handling class in the file system. |