Closed 0x1d00ffff closed 4 years ago
Are you using adafruit_sd
? This sounds like this library bug: https://github.com/adafruit/Adafruit_CircuitPython_SD/issues/11
I am using adafruit_sdcard
, yes. This sounds similar but my code hangs consistently when trying to write 1024 bytes, or more, at once. I will create an issue there, thanks
Scratch that - code that did not work yesterday is working today. The only difference I can think of is SDCard free % - (it was empty yesterday, now it is 100kb fuller). I will try to get more insights through debugging.
May be related to #25
We believe #20 fixes this.
Hey, the following code causes the circuitpython code to hang in the f.write() call. The largest value that completes successfully is 1023 bytes.