Skip to content

Using ymodem on the M0 kernel will cause hardfault problems #3387

Open
@su5176

Description

Because M0 kernel MCU does not support non aligned access, when receiving data to write to on-chip memory, if using 32-bit pointer to access buffer, it will cause failure.

Solution: when the buffer pointer is passed, copy the data to the aligned buffer and pass it again.

Metadata

Assignees

No one assigned

    Labels

    proposalproposal for future version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions