Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Document / fix constraints on write_bytes #23

Open
@ryankurte

Description

@ryankurte

write_bytes does not appear to manage non-sector aligned memory accesses. This may not be a constraint on all devices, but is definitely the case for some

To mitigate this writing 256-bytes at address 128 should result in two transactions, one to write to each sector, or the constraint could be documented and managed externally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions