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

I'm debugging a CircuitPython issue in which we see input pins stuck at slightly above 2V, even without all the conditions described in the RP2350-E9 erratum. I reproduced the problem...

I was attempting to read the process used by the RP2350 bootrom and I came to the conclusion it does nothing. I noticed the documentation makes a different conclusion. Section...

According to "Figure 18. core power domains" in the RP2350 datasheet, the XIP Cache SRAM is comprised of "(2 instances of 16 kB)". ![power-domains](https://github.com/user-attachments/assets/8dc30ee0-ff9c-43de-8ae0-32c3bb257300) Section 3.3 of the datasheet, however,...

pdf
rp2350

Hi All, I've just run through the SDK Getting started guide using a Pico 2 and SDK 2.0 under visual studio code as mentioned in the getting started guide. When...

I am referencing [The Getting Started Guide](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) as of 23-Aug-2024. The document is clear on how to use the command line to change `PICO_BOARD`, but I found no instruction on...

documentation
pdf

...for sale at this moment. I guess it should be excluded from datasheets recomendations on how to get familiar with USB.

In the chapter 3.2 Getting Started with pio on page 46 last lines. There is the following function described: ``` sm_config_set_out_shift(&c, false, true, rgbw ? 32 : 24); False for...

documentation
pdf

Pg.907: "Autopush must not be enabled when SHIFTCTRL_FJOIN_RX_PUT or SHIFTCTRL_FJOIN_RX_PUTGET is set" should be "Autopush must not be enabled when SHIFTCTRL_FJOIN_RX_PUT or SHIFTCTRL_FJOIN_RX_GET is set"

documentation
pdf

The documentation doesn't specify if the unused data input bits are zero-filled or bit-repeated from the valid bits. Experimenting I confirmed they are zero-filled; this prevents various otherwise useful configurations...

documentation
pdf
rp2350

Between the Schematic and the PCB Layout snippets of the RP2350 Hardware Design Guide, R3 in Figure 3 Is mislabeled in Figure 4 (Labelled R5). ![Image](https://github.com/user-attachments/assets/d67bfc5a-addd-46da-abb5-37d50ffd49f2) ![Image](https://github.com/user-attachments/assets/151f93c7-10d9-4f46-a2d5-cd7b31f4d4ed) Figure 15 (The...

documentation