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

The rather short description of the FRCE_OFF register in the PSM is wrong. From the datasheet one would assume that the different parts of the chip can separately be switched...

rp2040
pdf
asic

Latest 2.2 release RP2040 datasheet. Pages 299 and 301 > Voltage select. Per bank control > 0x0 → Set voltage to 3.3V (DVDD >= 2V5) > 0x1 → Set voltage...

documentation
typo
pdf
backlog
asic

I encountered challenges building the documentation on Windows, prompting me to explore and discover a more intuitive method for the process. In my opinion, this alternative approach could be a...

windows
pdf
backlog

This is a Raspberry Pi-Pico documentation issue where when describing the use of a 2nd Pico as a debug probe with openocd, there needs to be an explicit note that...

c/c++ sdk
rp2040
pdf

See https://github.com/raspberrypi/pico-feedback/issues/356 "Bookmarks in the datasheet PDF (and SDK doc) appear to only go down to the 3rd level, even though section numbering goes down further levels. It would be...

infrastructure
backlog

At forum, JamesH if I remember correctly, announced that kind of document quite time ago, which would be very useful I suppose. Is there any info about it? How far...

question
rp2040

Wifi support in Pico W could use different methods depending on the users choice, polling or background threadsafe. We could probably do with something to describe the thinking behind this....

documentation
c/c++ sdk
pdf

Hiyas everyone, :-) I've been following the tutorial in the Introduction to the Pico book and I have run into a problem... I have searched for a solution but nothing...

question

Regarding: https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf As the official Debug Probe is now available, it would be helpful to have this formally covered for C/C++ development - especially for use with an IDE such...

hardware
pdf

The PWM terminology is somewhat confusing: there are are 8 _slices_, and each slice has two output _channels_. However, elsewhere, the total of 2*8 whatevers are called _channels_ as well....

documentation
c/c++ sdk