The RP2350A A4 stepping includes fixes for the E9 errata as an improvement over previous versions. While the Raspberry Pi Pico 2 incorporates this chip, experimental information remains scarce. After sharing progress on X.com, I decided to leverage @74th's excellent open-source board design to document the detailed process.

Materials:

  • Soldering Tools: Fine-tip soldering iron, flux.
  • Test Environment: Oscilloscope, multimeter, host PC with Raspberry Pi Pico SDK installed.

Hand Soldering:

The QFN-60 package has a narrow pin pitch and thermal pads, making hand soldering difficult. Please refer to this link: https://74th.hateblo.jp/entry/2025/01/12/222618

Initial Startup:

E9 Errata (Pull-Down) Verification:

The E9 errata in the conventional RP2350 A2 stepping caused issues with pull-down settings. To verify the fix, we modified the mcu-pin-check-firmware and confirmed the correction.

Conclusion:

Using the open-source “rp2350a-full” board and component set by 74th, we successfully obtained the RP2350A A4 stepping chip, hand-soldered it, and tested it. The E9 errata (pull-down) fix has also been verified, and the chip operated stably. Thank you to 74th (@74th) for this outstanding open-source contribution! I hope this project serves as a useful reference for RP2350A A4 experiments.