Skip to content

Writing greater than 1023 bytes to SDcard at once causes hang #14

Closed
@0x1d00ffff

Description

@0x1d00ffff

Hey, the following code causes the circuitpython code to hang in the f.write() call. The largest value that completes successfully is 1023 bytes.

with open("/sd/bytes", "wb") as f:
    a = b"\x00" * 1030
    f.write(a)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions