HarmonyFidelisHarmonyFidelis
Login
NewsMajor ProjectsActorsAcademy

Launch of the heterogeneous Raspberry Pi Pico 2 board (RP2350)

Raspberry Pi Ltd has officially launched the Pico 2. Built on the new RP2350 chip, it lets developers choose between two ARM Cortex-M33 cores, two RISC-V cores, or one core of each type.

Source: raspberrypi.com

Launch of the heterogeneous Raspberry Pi Pico 2 board (RP2350)

Three years after the first Pico, Raspberry Pi is launching the second generation of its microcontroller board for small embedded projects: the Raspberry Pi Pico 2. The hardware step up rests on the brand-new RP2350 microcontroller, developed entirely in house.

In plain terms

A microcontroller is the small computer buried inside an electronic object, the one that runs its program. As a rule, a board locks in its processor family. The RP2350 carries two: the Arm family and the RISC-V family, whose instruction set is open. It is the developer who decides when the board boots, through a simple software configuration, and one core of each type can even run at the same time. On top of that come twice as much memory and extra hardware protections against fault injection. This is still a development board for embedded projects: choosing the architecture is an engineering decision, not a consumer setting.

The board at a glance

ParameterValue
BoardRaspberry Pi Pico 2, second generation
Previous generationthe first Pico, three years earlier
MicrocontrollerRP2350, developed entirely in house
Architecturedual-core, dual-architecture
Arm coresdual-core ARM Cortex-M33 clocked at 150 MHz
RISC-V coresopen source dual-core RISC-V Hazard3
Architecture selectionat boot, through a simple software configuration
SRAM520 KB, memory doubled
Flash memorydoubled
Hardware securityadditional mitigation measures against fault injection
Intended usesmall embedded projects

The possible core combinations

Configuration chosen at bootWhat runs
All Armtwo ARM Cortex-M33 cores
All RISC-Vtwo RISC-V Hazard3 cores
Mixedone Arm core and one RISC-V core, simultaneously

What this changes

Doubling the SRAM and the flash memory leaves more headroom for complex machine code. The RP2350 also adds hardware security mitigation measures against fault injection.

Sources

References verified during the August 2026 fact-checking audit: these are the pages
against which the claims in this bulletin were checked.

  1. Raspberry Pi Pico 2, our new 5 $ board — Raspberry Pi Ltd
  2. RP2350: the brains of Raspberry Pi Pico 2 — Raspberry Pi Ltd
  3. Raspberry Pi Pico 2: dual Arm/RISC-V architecture — CNX Software