Skip to content

Commit 911481c

Browse files
committed
Add caution to readme about errata 9 on RP2350 boards.
1 parent 76ddc60 commit 911481c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Pin 20 is reserved for optional external clock input.
1111
We support either the official [Raspberry Pi Pico (RP2040 chip)](https://www.raspberrypi.com/products/raspberry-pi-pico/) board or the official [Raspberry Pi Pico 2 (RP2350 chip)](https://www.raspberrypi.com/products/raspberry-pi-pico-2/) board.
1212
We recommend the Pico 2 (RP2350) board due to its faster clock and larger RAM.
1313

14+
> [!CAUTION]
15+
> The RP2350 currently has a hardware design bug that impacts the operation of the internal pull-down resistor on GPIO pins configured as inputs.
16+
> This may impact the operation of the PrawnBlaster trigger inputs when using the RP2350, depending on the specs of your trigger. For full details, see errata E9 in the [RP2350 datasheet](https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf).
17+
> The issue can usually be fixed by providing a suitably sized external pull-down resistor on the relevant input pins.
18+
> RP2040 based boards do not suffer from this issue (but have reduced timing and storage compared to the RP2350).
19+
1420
## Specs
1521

1622
All timings are given relative to the default system clock of 100 MHz.

0 commit comments

Comments
 (0)