Skip to content

RP2xxx USB driver - memcpy issue #452

@arkadiuszwojcik

Description

@arkadiuszwojcik

There is strange issue in USB driver usb_start_tx function when @memcpy is used.

For Zig 0.14:

  • RP2350 crashes when @memcpy is used but RP2040 is fine
  • RP2040 crashes when rom.memcpy code is used even before zig 0.14 update this was working fine
  • std.mem.copyForwards seems to work for both - but we probably should use it as just temporary solution

related PR: #432

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions