rp-rs / rp2040-pac

A Rust PAC for the RP2040 Microcontroller
145 stars 28 forks source link

USB: Change BUFF_STATUS access to read-write #10

Closed Tiwalun closed 3 years ago

Tiwalun commented 3 years ago

The BUFF_STATUS register is currently marked as read-only in the SVD and datasheet, but is used as read-write register in the SDK code.

See also https://github.com/raspberrypi/pico-feedback/issues/36.