pico-feedback
pico-feedback copied to clipboard
I've found some errors in the datasheet that should be resolved. First, in 5.9.2.2. "HASH_DEF item", `size_lo` is shown to be the constant `0x03`. This is not correct; the HASH_DEF...
Hello, it would be good to see in doc (would have been good not facing with it on testpad) that the interrupt latency is heavily affected by the XIP cache...
This is a very minor nitpick, but the Pico C/C++ documentation PDF (https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf) has a code example in section 10.4 ("Including Binary Information pages") on page 590 that uses `GPIO_FUNC_PROC`,...
5.10.7, says ``` The entire bootloader will need to fit in the OTP rows from 0x0C0 to 0xF48 to avoid interfering with other reserved OTP functionality, giving a maximum size...
EDIT: This is for a windows 10 build using G++ (without MinGW-w64). If I can't get G++ to work (without MinGW-w64) then I use MSVC. Fresh out of the box...
The current RP2350 datasheet describes the SIGNATURE item (Section 5.9.2.4) as follows: However, the `boot/picobin.h` header defines: ```C #define PICOBIN_BLOCK_ITEM_SIGNATURE _u(0x09) ``` The first byte of a SIGNATURE item in...
See https://forums.raspberrypi.com/viewtopic.php?t=391600 for detail. Appendix D of 'getting started with pico" details the steps to set up to use Eclipse as a development environment. However, as per the linked thread,...
A specific problem, but there might be an underlying bug that needs to be addressed. I've got a battery-powered RP2350 design that connects fine (USB boot mode and Adafruit TinyUSB...
From a customer: In the document “RP2350 Datasheet”, build version 3184e62-clean, table 1104, the description of bit RTIM reads: "RTIM: Receive timeout interrupt mask: 0 Receive FIFO not empty and...