Software › MicroPython REPL (Arm Cortex-M33)
MicroPython REPL (Arm Cortex-M33)
firmware Open · freely redistributable
The official, unmodified MicroPython firmware for the Raspberry Pi Pico 2 (RP2350), Arm Cortex-M33 build (v1.28.0), loaded from its .uf2 image. It boots through the real A2 boot ROM and drops you at an interactive >>> prompt on the USB-CDC virtual serial port. Type real Python: print(2+2), or import machine; machine.Pin(25, machine.Pin.OUT).toggle() to flip the on-board LED. Because it is real ARMv8-M machine code on the rp2350js SoC, every instruction single-steps in the debugger.
Format: MicroPython UF2 (RPI_PICO2 v1.28.0, Arm), base64 · By: Damien George and the MicroPython contributors · Licence: MIT (MicroPython) — see micropython.org