summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-04-02 23:50:12 +0700
committerhathach <[email protected]>2026-04-02 23:50:12 +0700
commitc0c1566bea34419a8b165a489278114363de5a5e (patch)
tree6e4500a66ff1e0fe67a2e7dba73627939c21dc21 /examples/device/hid_multiple_interface/src
parent871b843245666786857f54b7ffc1454d4acad7a0 (diff)
rp2040: fix RP2350 hard fault in unaligned_memcpy to USB DPRAM
Use volatile byte accesses to prevent the compiler from widening the byte-by-byte copy loop into 16/32-bit accesses, which cause a hard fault on RP2350 when targeting USB DPRAM (device memory). Closes #3554
Diffstat (limited to 'examples/device/hid_multiple_interface/src')
0 files changed, 0 insertions, 0 deletions