You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 someTo 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.
The text was updated successfully, but these errors were encountered: