RP2350 flies high with the Feather format - now you can use any FeatherWings with this battery-powered dev board. It comes with 8MB of flash, 22pin HSTX output port, Stemma QT, debug SWD, and optional PSRAM spot. It's our first RP2350 board and we crammed a ton of goodies into our classic Feather format. It's an excellent starter board to go along with your Pico 2.

The RP2350 is Raspberry Pi's second microcontroller chip following their breakout-hit the RP2040. Building on their success, the RP2350 upgrades the dual M0 core to dual M33 cores with 150 MHz clock rate. The M33 is a much newer Arm chipset, we've found that firmware runs about twice as fast. Especially given that we now have hardware floating point support. Also, the RP2350 has twice as much SRAM: 520KB instead of 264KB which means that micropython/circuitpython runs great and also IoT projects that need a lot of memory buffer space will run better. Other improvements include, 3 PIO blocks instead of 2, TrustZone secure boot, and a special High Speed Transmit (HSTX) peripheral that drives 4 lanes of differential data transmission such as DVI output without needing to overclock or use PIO.

For peripherals, there are two I2C controllers, two SPI controllers, and two UARTs that are multiplexed across the GPIO - check the pinout for what pins can be set to which. There are 24 PWM channels, each pin has a channel it can be set to (ditto on the pinout).

Feather RP2350 HSTX Specifications:

  • Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in
  • Light as a (large?) feather - 5 grams
  • RP2359 32-bit Cortex M33 dual core running at 150 MHz @ 3.3V logic and power
  • 520 KB RAM + 8 KB OTP memory
  • 8 MB SPI FLASH chip for storing files and CircuitPython/MicroPython code storage. No EEPROM
  • Optional spot for SOIC PSRAM chip with chip select line on GPIO 8
  • Tons of GPIO! 29 x GPIO pins with following capabilities:
    • 21 GPIO available on the Feather header pins, 8 more 'consecutive' GPIO available on the HSTX connector (you don't have to use them with the HSTX peripheral) 
    • Four 12-bit ADCs (one more than Pico 2)
    • Two I2C, Two SPI, and two UART peripherals, we label one for the 'main' interface in standard Feather locations
    • 24 x PWM outputs - for servos, LEDs, etc
  • Built-in 200mA+ lipoly charger with charging status indicator LED. For non-rechargeable battery usage the charger can be disabled by cutting a jumper trace on the back.
  • Pin #7 red LED for general purpose blinking
  • RGB NeoPixel for full-color indication.
  • On-board STEMMA QT connector that lets you quickly connect any Qwiic, STEMMA QT or Grove I2C devices with no soldering!
  • Both Reset button and Bootloader select button for quick restarts (no unplugging-replugging to relaunch code)
  • 3.3V Power/enable pin
  • Pico Probe 3-pin JST SH connector for SWD debugging
  • 4 mounting holes
  • 12 MHz crystal for perfect timing.
  • 3.3V regulator with 500mA peak current output
  • USB Type C connector lets you access built-in ROM USB bootloader and serial port debugging

Inside the RP2350 is a 'permanent ROM' USB UF2 bootloader. What that means is when you want to program new firmware, you can hold down the BOOTSEL button while plugging it into USB (or pulling down the RUN/Reset pin to ground) and it will appear as a USB disk drive you can drag the firmware onto. Folks who have been using Adafruit products will find this very familiar - we use the technique on all our native-USB boards. Just note you don't double-click reset instead hold down BOOTSEL during boot to enter the bootloader!

There is great C/C++ support, unofficial (but really good) Arduino support, an official MicroPython port, and a CircuitPython port! We of course recommend CircuitPython because we think it's the easiest way to get started and it has support with most of our drivers, displays, sensors, and more, supported out of the box so you can follow along with our CircuitPython projects and tutorials.

While the RP2350 has lots of onboard RAM, it does not have built-in FLASH memory. Instead, that is provided by the external QSPI flash chip. On this board there is 8 MB, which is shared between the program it's running and any file storage used by MicroPython or CircuitPython. When using C/C++ you get the whole flash memory, if using Python you will have about 7 MB remaining for code, files, images, fonts, etc.

RP2350 Chip features:

  • Dual ARM Cortex-M33 with floating point unit or Dual RISC-V @ 150MHz
  • 520 kB on-chip SRAM
  • 8 kB of one-time-programmable (OTP) memory.
  • Support for up to 16MB of off-chip Flash memory via dedicated QSPI bus
  • Support for external QSPI PSRAM
  • DMA controller, 16 channel, 4 IRQ
  • Fully-connected AHB crossbar
  • On-chip switched-mode power supply and programmable low-dropout regulator (LDO) to generate core voltage
  • Two on-chip PLLs to generate 48 MHz USB and 150MHz core clocks
  • Optional boot signing with protected OTP storage
  • Hardware SHA-256 accelerator
  • Hardware random number generator (TRNG)
  • 30 GPIO pins, 4 of which can be used as analog inputs
  • Peripherals
    • 2 UARTs
    • 2 SPI controllers
    • 2 I2C controllers
    • 24 PWM channels (compared to 16 on RP2040)
    • USB 1.1 controller and PHY, with host and device support
    • 12 PIO state machines

Please note: The Adafruit Feather RP2350 HSTX comes with the A2 version of the RP2350, which is affected by the E9 erratum. This errata affects some uses of GPIO and PIO such as high-impedance inputs and the internal pulldowns. You may need to use 8.2K or smaller resistors if pull-downs are required. At this time, Sept 9 2024, there is no other version of the RP2350 available - only the A2 version.

Package Includes:

  • 1 x Adafruit 6000 Feather RP2350 with HSTX Port

Write a review

Please login or register to review

Adafruit 6000 Feather RP2350 with HSTX Port

  • Brand: Adafruit
  • Product Code:NR-Ada-6000-Feather-RP2350
  • Reward Points:14
  • Availability:Out Of Stock
  • रo 1,349.00

  • Price in reward points:1423

Related Products

Adafruit 5723 Feather RP2040 with USB Type A Host

Adafruit 5723 Feather RP2040 with USB Type A Host

You're probably really used to microcontroller boards with USB, but what about a dev board with two?..

रo 1,990.00

Adafruit 5710 Feather RP2040 with DVI Output Port - Works with HDMI

Adafruit 5710 Feather RP2040 with DVI Output Port - Works with HDMI

Wouldn't it be cool if you could display images and graphics from a microcontroller directly to an H..

रo 1,615.00

Adafruit 2821/ 3046/ 3213 Feather HUZZAH with ESP8266 WiFi

Adafruit 2821/ 3046/ 3213 Feather HUZZAH with ESP8266 WiFi

Feather is the new development board from Adafruit, and like its namesake it is thin, light, and let..

रo 1,621.00 रo 1,829.00

Adafruit 2995 Feather M0 Bluefruit LE

Adafruit 2995 Feather M0 Bluefruit LE

Feather is the new development board from Adafruit, and like its namesake it is thin, light, and let..

रo 2,864.00 रo 3,232.00

Adafruit 3406 Feather nRF52 Bluefruit LE - nRF52832

Adafruit 3406 Feather nRF52 Bluefruit LE - nRF52832

The Adafruit Feather nRF52 Bluefruit is our latest easy-to-use all-in-one Bluetooth Low Energy board..

रo 2,693.00

Adafruit 3403 Feather M0 Express-CircuitPython-ATSAMD21 Cortex M0

Adafruit 3403 Feather M0 Express-CircuitPython-ATSAMD21 Cortex M0

It is Adafruit's first Feather that is specifically designed for use with CircuitPython! CircuitPyth..

रo 1,908.00 रo 2,153.00

Adafruit 3857 Feather M4 Express - Featuring - ATSAMD51 Cortex M4

Adafruit 3857 Feather M4 Express - Featuring - ATSAMD51 Cortex M4

The Feather M4 Express uses the extra space left over to add a Mini NeoPixel, 2 MB SPI Flash storage..

रo 2,477.00

Adafruit 4382 Feather STM32F405 Express

Adafruit 4382 Feather STM32F405 Express

ST takes flight in this Feather board. The new STM32F405 Feather that we designed runs CircuitPython..

रo 4,312.00

Adafruit 4884 Feather RP2040

Adafruit 4884 Feather RP2040

A new chip means a new Feather, and the Raspberry Pi RP2040 is no exception. When we saw this chip w..

रo 1,143.00 रo 1,290.00

Adafruit 5768 RP2040 Prop-Maker Feather with I2S Audio Amplifier

Adafruit 5768 RP2040 Prop-Maker Feather with I2S Audio Amplifier

The Adafruit Feather series gives you lots of options for a small, portable, rechargeable microcontr..

रo 2,423.00

Adafruit 6034 / 6035 / 6036 22-pin 0.5mm pitch FPC Flex Cable for DSI CSI or HSTX - 5cm / 10cm / 20cm

Adafruit 6034 / 6035 / 6036 22-pin 0.5mm pitch FPC Flex Cable for DSI CSI or HSTX - 5cm / 10cm / 20cm

Connect this to that when a 22-pin FPC connector is needed. This 5 cm / 10 cm / 20 cm long cable is ..

रo 103.00

Tags: Adafruit, Feather, RP2350, HSTX, Port

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments