
Originally Posted by
PaulStoffregen
Is the known erased blocks bitmap stored in volatile memory?
If someone uses this to build a data logging application, do they need to keep continuous power applied from the time of low level formatting throughout all data writing which requires the higher speed? What happens to their speed-sensitive application if the processor reboots due to power loss or any other reason?
Yes, this is stored in Volatile memory ::
Code:
uint32_t iiblk = 1+(config.block_count /8);
if ( checkformat == nullptr) checkformat = (uint8_t *)malloc( iiblk );
If the processor restarts through setup() the code would need to re-execute LittleFS::checkFormat() to check the current state of the media.
If that RAM is trashed - but the rest of the world is alive - and does not restart the CPU - then any references to that would be 'random' - just like all the rest of memory. If ON it would need call ON or OFF/ON to refresh the BitMap.
From what I can see LFS keeps track of where it last wrote and picks up writing there on restart. If the code wants to use quickFormat - it must enable it and the full media is again scanned as IF it were doing a LLformat with blockIsBlank()
Testing this now ...
>> Going back to T_4.1 with QSPI : ( BTW this proper message came up when the T_4.1 powered without the bad SPI Flash AUdio card plugged in :: Error starting SPI_DISK }
Code:
Did LLformat - did NOT engage quickFormat
Did Big write '0'
Did RESET
Enable quickFormat
Did Big write '1'
Did RESET
Enable quickFormat
Did Big write '2'
Did RESET
...
Enable quickFormat
Did Big write '5'
Enable Off/On quickFormat just to show continued usage as detected
Did Big write '6'
LONG SPEW follows - startup Menu and then the 'Z'ippy quickFormat() debug table:
Code:
................................................................................................................
Done Formatting Low Level in 100540974 us.
u
Updated filecount 0
F
[ 4.58 M](1.67568 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Done myfs.checkFormat() in 0 us.
CheckFormat Off:
[ 5.13 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0xfffffffc 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
320 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
640 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
960 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
1280 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
1600 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
1920 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
2240 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
2560 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
2880 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3200 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3520 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3840 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Done myfs.checkFormat() in 581452 us.
CheckFormat On:
[ 5.19 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Done myfs.checkFormat() in 0 us.
CheckFormat Off:
[ 5.30 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Start Big write of 8364032 Bytes....................................................
Big write /0_bigfile.txt took 66.72 Sec for 8364000 Bytes : file3.size()=8364000
Big write KBytes per second 125.35
Bytes Used: 8388608, Bytes Total:16777216
[ 6.51 M](1.11218 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0xfffffffc 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x3fffffff 0x0 0x0 0x0
320 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
640 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
960 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1280 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1600 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1920 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2240 0xf0000000 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
2560 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
2880 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3200 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3520 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3840 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Done myfs.checkFormat() in 305779 us.
CheckFormat On:
[ 12.26 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
T:\tCode\littleFS\LFSintegrity\LFSintegrity.ino Nov 28 2020 03:28:10
LittleFS Test : File Integrity
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
0 dirs with 1 files of Size 8364000 Bytes
Total 1 files of Size 8364000 Bytes
Bytes Used: 8388608, Bytes Total:16777216
0, 1-9 '#' passes continue loop before Pause
'R' Restart Teensy
'd' Directory of LittleFS
'b' big file delete
'B' BIG FILE RUN
'c' Continuous Loop
'h' Hundred loops
'k' Thousand loops
'F' LittleFS_ Low Level Format Disk
'q' LittleFS_ Quick Format Disk
'v' Verbose All Dir Prints - TOGGLE
'p' Pause after all Dir prints - TOGGLE
'l' Show count of loop()'s, Bytes Read,Written
'm' Make ROOT dirs (needed after format !ROOTONLY)
'u' Update Filecount
'x' Directory filecount verify - TOGGLE
'Z' ZIPPY write after 'F'ormat - TOGGLE
'+' more add to delete cycles
'-' fewer add to delete cycles
'?' Help list
?[ 0.02 M](0.02498 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0xfffffffc 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x3fffffff 0x0 0x0 0x0
320 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
640 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
960 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1280 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1600 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1920 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2240 0xf0000000 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
2560 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
2880 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3200 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3520 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3840 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Done myfs.checkFormat() in 305790 us.
CheckFormat On:
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
0 dirs with 1 files of Size 8364000 Bytes
Total 1 files of Size 8364000 Bytes
Bytes Used: 8388608, Bytes Total:16777216
[ 0.15 M](0.00013 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Start Big write of 4173824 Bytes..........................
Big write /1_bigfile.txt took 6.84 Sec for 4172000 Bytes : file3.size()=4172000
Big write KBytes per second 610.38
Bytes Used: 12570624, Bytes Total:16777216
[ 0.38 M](0.11423 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
T:\tCode\littleFS\LFSintegrity\LFSintegrity.ino Nov 28 2020 03:28:10
LittleFS Test : File Integrity
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
0 dirs with 2 files of Size 12536000 Bytes
Total 2 files of Size 12536000 Bytes
Bytes Used: 12570624, Bytes Total:16777216
0, 1-9 '#' passes continue loop before Pause
'R' Restart Teensy
'd' Directory of LittleFS
'b' big file delete
'B' BIG FILE RUN
'c' Continuous Loop
'h' Hundred loops
'k' Thousand loops
'F' LittleFS_ Low Level Format Disk
'q' LittleFS_ Quick Format Disk
'v' Verbose All Dir Prints - TOGGLE
'p' Pause after all Dir prints - TOGGLE
'l' Show count of loop()'s, Bytes Read,Written
'm' Make ROOT dirs (needed after format !ROOTONLY)
'u' Update Filecount
'x' Directory filecount verify - TOGGLE
'Z' ZIPPY write after 'F'ormat - TOGGLE
'+' more add to delete cycles
'-' fewer add to delete cycles
'?' Help list
?[ 0.01 M](0.01274 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0xfffffffc 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x3fffffff 0x0 0x0 0x0
320 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
640 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
960 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1280 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1600 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1920 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2240 0xf0000000 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x7f 0x0
2560 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2880 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3200 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3520 0xfffffff0 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
3840 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Done myfs.checkFormat() in 168224 us.
CheckFormat On:
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
0 dirs with 2 files of Size 12536000 Bytes
Total 2 files of Size 12536000 Bytes
Bytes Used: 12570624, Bytes Total:16777216
[ 0.11 M](0.00020 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Start Big write of 2082816 Bytes.............
Big write /2_bigfile.txt took 3.41 Sec for 2080000 Bytes : file3.size()=2080000
Big write KBytes per second 609.35
Bytes Used: 14655488, Bytes Total:16777216
[ 0.29 M](0.05730 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
T:\tCode\littleFS\LFSintegrity\LFSintegrity.ino Nov 28 2020 03:28:10
LittleFS Test : File Integrity
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
FILE 2_bigfile.txt 2080000
0 dirs with 3 files of Size 14616000 Bytes
Total 3 files of Size 14616000 Bytes
Bytes Used: 14655488, Bytes Total:16777216
0, 1-9 '#' passes continue loop before Pause
'R' Restart Teensy
'd' Directory of LittleFS
'b' big file delete
'B' BIG FILE RUN
'c' Continuous Loop
'h' Hundred loops
'k' Thousand loops
'F' LittleFS_ Low Level Format Disk
'q' LittleFS_ Quick Format Disk
'v' Verbose All Dir Prints - TOGGLE
'p' Pause after all Dir prints - TOGGLE
'l' Show count of loop()'s, Bytes Read,Written
'm' Make ROOT dirs (needed after format !ROOTONLY)
'u' Update Filecount
'x' Directory filecount verify - TOGGLE
'Z' ZIPPY write after 'F'ormat - TOGGLE
'+' more add to delete cycles
'-' fewer add to delete cycles
'?' Help list
?[ 0.05 M](0.04743 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0xfffffffc 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x3fffffff 0x0 0x0 0x0
320 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
640 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
960 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1280 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1600 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1920 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2240 0xf0000000 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x7f 0x0
2560 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2880 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3200 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3520 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3840 0x0 0x0 0x0 0x0 0x0 0x0 0xfffffffe
Done myfs.checkFormat() in 99642 us.
CheckFormat On:
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
FILE 2_bigfile.txt 2080000
0 dirs with 3 files of Size 14616000 Bytes
Total 3 files of Size 14616000 Bytes
Bytes Used: 14655488, Bytes Total:16777216
[ 0.14 M](0.00024 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Start Big write of 1040384 Bytes......
Big write /3_bigfile.txt took 1.73 Sec for 1040000 Bytes : file3.size()=1040000
Big write KBytes per second 602.03
Bytes Used: 15699968, Bytes Total:16777216
[ 0.29 M](0.02925 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
T:\tCode\littleFS\LFSintegrity\LFSintegrity.ino Nov 28 2020 03:28:10
LittleFS Test : File Integrity
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
FILE 2_bigfile.txt 2080000
FILE 3_bigfile.txt 1040000
0 dirs with 4 files of Size 15656000 Bytes
Total 4 files of Size 15656000 Bytes
Bytes Used: 15699968, Bytes Total:16777216
0, 1-9 '#' passes continue loop before Pause
'R' Restart Teensy
'd' Directory of LittleFS
'b' big file delete
'B' BIG FILE RUN
'c' Continuous Loop
'h' Hundred loops
'k' Thousand loops
'F' LittleFS_ Low Level Format Disk
'q' LittleFS_ Quick Format Disk
'v' Verbose All Dir Prints - TOGGLE
'p' Pause after all Dir prints - TOGGLE
'l' Show count of loop()'s, Bytes Read,Written
'm' Make ROOT dirs (needed after format !ROOTONLY)
'u' Update Filecount
'x' Directory filecount verify - TOGGLE
'Z' ZIPPY write after 'F'ormat - TOGGLE
'+' more add to delete cycles
'-' fewer add to delete cycles
'?' Help list
?[ 0.02 M](0.01803 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
FILE 2_bigfile.txt 2080000
FILE 3_bigfile.txt 1040000
0 dirs with 4 files of Size 15656000 Bytes
Total 4 files of Size 15656000 Bytes
Bytes Used: 15699968, Bytes Total:16777216
[ 0.02 M](0.02083 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0xfffffffc 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x3fffffff 0x0 0x0 0x0
320 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
640 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
960 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1280 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1600 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1920 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2240 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2560 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2880 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3200 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3520 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3840 0x0 0x0 0x0 0x0 0x0 0x0 0xffe00000
Done myfs.checkFormat() in 65283 us.
CheckFormat On:
[ 0.19 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Start Big write of 518144 Bytes...
Big write /4_bigfile.txt took 0.87 Sec for 516000 Bytes : file3.size()=516000
Big write KBytes per second 590.66
Bytes Used: 16220160, Bytes Total:16777216
[ 0.29 M](0.01504 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
T:\tCode\littleFS\LFSintegrity\LFSintegrity.ino Nov 28 2020 03:28:10
LittleFS Test : File Integrity
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
FILE 2_bigfile.txt 2080000
FILE 3_bigfile.txt 1040000
FILE 4_bigfile.txt 516000
0 dirs with 5 files of Size 16172000 Bytes
Total 5 files of Size 16172000 Bytes
Bytes Used: 16220160, Bytes Total:16777216
0, 1-9 '#' passes continue loop before Pause
'R' Restart Teensy
'd' Directory of LittleFS
'b' big file delete
'B' BIG FILE RUN
'c' Continuous Loop
'h' Hundred loops
'k' Thousand loops
'F' LittleFS_ Low Level Format Disk
'q' LittleFS_ Quick Format Disk
'v' Verbose All Dir Prints - TOGGLE
'p' Pause after all Dir prints - TOGGLE
'l' Show count of loop()'s, Bytes Read,Written
'm' Make ROOT dirs (needed after format !ROOTONLY)
'u' Update Filecount
'x' Directory filecount verify - TOGGLE
'Z' ZIPPY write after 'F'ormat - TOGGLE
'+' more add to delete cycles
'-' fewer add to delete cycles
'?' Help list
?[ 0.01 M](0.01237 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Start Big write of 258048 Bytes.
Big write /5_bigfile.txt took 2.08 Sec for 256000 Bytes : file3.size()=256000
Big write KBytes per second 122.80
Bytes Used: 16478208, Bytes Total:16777216
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
FILE 2_bigfile.txt 2080000
FILE 3_bigfile.txt 1040000
FILE 4_bigfile.txt 516000
FILE 5_bigfile.txt 256000
0 dirs with 6 files of Size 16428000 Bytes
Total 6 files of Size 16428000 Bytes
Bytes Used: 16478208, Bytes Total:16777216
[ 0.10 M](0.03556 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0x0 0x0 0x0 0x0 0xffe00000 0xffffffff 0x3fffffff 0x0 0x0 0x0
320 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
640 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
960 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1280 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1600 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1920 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2240 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2560 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2880 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3200 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3520 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3840 0x0 0x0 0x0 0x0 0x0 0x0 0x0
Done myfs.checkFormat() in 39683 us.
CheckFormat On:
[ 0.21 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Start Big write of 129024 Bytes
Big write /6_bigfile.txt took 0.21 Sec for 128000 Bytes : file3.size()=128000
Big write KBytes per second 606.95
Bytes Used: 16609280, Bytes Total:16777216
[ 0.49 M](0.00402 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
Done myfs.checkFormat() in 0 us.
CheckFormat Off:
[ 0.56 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
0 0x0 0x0 0x0 0x0 0x0 0xffe00000 0x3fffffff 0x0 0x0 0x0
320 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
640 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
960 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1280 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1600 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
1920 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2240 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2560 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
2880 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3200 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3520 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
3840 0x0 0x0 0x0 0x0 0x0 0x0 0x0
Done myfs.checkFormat() in 35360 us.
CheckFormat On:
[ 0.58 M](0.00000 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 > d
printDirectory QSPI_DISK
--------------
FILE 0_bigfile.txt 8364000
FILE 1_bigfile.txt 4172000
FILE 2_bigfile.txt 2080000
FILE 3_bigfile.txt 1040000
FILE 4_bigfile.txt 516000
FILE 5_bigfile.txt 256000
FILE 6_bigfile.txt 128000
0 dirs with 7 files of Size 16556000 Bytes
Total 7 files of Size 16556000 Bytes
Bytes Used: 16609280, Bytes Total:16777216
Loop Count: 5 (#fileCycle=0), Bytes read 0, written 0, #Files=7
[ 0.94 M](0.00035 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >
[ 0.94 M](0.00035 M elap) Awaiting input 0123456789RdchkFqvplmuxBbZ+-? loops left 0 >