pico-feedback icon indicating copy to clipboard operation
pico-feedback copied to clipboard

Results 133 pico-feedback issues
Sort by recently updated
recently updated
newest added

@liamfraser @aallan

bug
documentation
rp2040
asic

It would be very helpful to inform the reader that this only works for **device mode**. I see that TinyUSB uses this even in **host mode**, but Table 395 shows...

rp2040
pdf
asic

In §4.1.2.6.2 of the RP2040 datasheet (2024-02-02), describing the IN behavior for the USB device controller, this text appears under "TOKEN phase" > if `AVAILABLE` and `FULL` bits are set...

rp2040
pdf
asic

### Problem The Visual Studio Code section (Section 7.3) of the Pi Pico Getting Started guide suggests that you copy a [file](https://github.com/raspberrypi/pico-examples/blob/master/ide/vscode/launch-raspberrypi-swd.json) from pico-examples for the launch configuration of the...

question
c/c++ sdk

When I enter sleep mode (not dormant mode) the current consumption of my Pico is unreliable. I can successfully enter and exit sleep mode and I enable all necessary clocks...

question
rp2040

e.g. stack usage and how to modify linker scripts.

documentation
enhancement
c/c++ sdk

The datasheet for UARTRSR field BE states: > UARTRSR > > Break error. This bit is set to 1 if a break condition was detected, indicating that the received data...

rp2040
asic

The description of AIRCR in section 2.4.8 of the datasheet says: ``` SYSRESETREQ Writing 1 to this bit causes the SYSRESETREQ signal to the outer system to be asserted to...

bug
rp2040
pdf
asic

Hi, I'm new to embedded programming, so I might be doing something wrong, but to me it seems that XOSC_CTRL FREQ_RANGE is set to 0xFA5 when booting pico instead of...

question
rp2040