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.
History
Fix comment.
2015-03-25, by hillkim7 [Wed, 25 Mar 2015 05:46:25 +0000] rev 3
Fix comment.
Support Seeed Arch Max platform; Modified to comply with mbed coding standard.
2015-03-25, by hillkim7 [Wed, 25 Mar 2015 05:27:59 +0000] rev 2
Support Seeed Arch Max platform; Modified to comply with mbed coding standard.
Fix error in comment.
2015-01-19, by hillkim7 [Mon, 19 Jan 2015 14:45:39 +0000] rev 1
Fix error in comment.
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.
2015-01-19, by hillkim7 [Mon, 19 Jan 2015 12:57:44 +0000] rev 0
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.