PaulStoffregen
Well-known member
I also could not reproduce the problem using 1.54-beta10 and running on a Teensy 4.1 with 1 PSRAM and 1 Flash chip soldered to the bottom side.
When I run it here, it prints this:
I get this result here:
Ran it several times, could not get it to hang.
I ran the exact from from msg #873. Didn't edit the defines or many changes in any way.
DOING: 'B' - starts BIG write and does not complete
When I run it here, it prints this:
Code:
Big write /1_bigfile.txt took 0.50 Sec for 2074624 Bytes : file3.size()=2074624
Big write KBytes per second 4157.79
Bytes Used: 6277120, Bytes Total:8388608
printDirectory RAM_DISK
--------------
FILE 0_bigfile.txt 4169728
FILE 1_bigfile.txt 2074624
FILE B_file.txt 1536
FILE C_file.txt 2048
0 dirs with 4 files of Size 6247936 Bytes
Total 4 files of Size 6247936 Bytes
Bytes Used: 6277120, Bytes Total:8388608
[ 0.11 M](0.00896 M elap) Awaiting input 0123456789RdwcghkFqvplmusSBbyYxfan+-? loops left 0 >
or
DOING '1' - a single loop write to one small file and it hangs.
I get this result here:
Code:
:: /B_file.txt RAM_DISK +++ Add [sz 1536 add 1536] @KB/sec 327.02 {81.21} ++ B Verify /B_file.txt 3072B @KB/sec 2357.64
:: /C_file.txt RAM_DISK +++ Add [sz 2048 add 2048] @KB/sec 487.04 {110.97} ++ C Verify /C_file.txt 4096B @KB/sec 2386.95
[ 1.12 M](0.00067 M elap) Awaiting input 0123456789RdwcghkFqvplmusSBbyYxfan+-? loops left 0 >
Ran it several times, could not get it to hang.
I ran the exact from from msg #873. Didn't edit the defines or many changes in any way.