Tech News
← Home  ·  All topics

Rp2350

3 GoKawiil briefs on this topic

Researchers use laser fault injection to bypass RP2350 secure debug lock

Security researchers demonstrated that Raspberry Pi's RP2350 microcontroller (revision A4) can have its permanently disabled Secure debug re-enabled through photon-emission microscopy combined with SWD-guided laser fault injection. By pinpointing the exact register controlling debug enablement and firing precisely targeted laser pulses, the team flipped two bits to restore debugger access to the chip's Secure world, later extracting a protected secret from one-time-programmable memory after a rescue reset bypassed the runtime lock.

Adafruit adds native-code 'Turbo' compiler to CircuitPython for RP2040/RP2350

Adafruit has released CircuitPython Turbo, a new workflow that compiles specific Python functions into native machine code on a host computer before loading them onto microcontroller boards, while the rest of the program still runs as interpreted Python. Built on MicroPython's existing Native and Viper emitters, Turbo is now bundled into official CircuitPython builds for RP2040 and RP2350 hardware, and Adafruit's documentation shows a Mandelbrot benchmark on a Metro RP2040 dropping from 8.335 to 0.423 seconds, roughly 19.7x faster.

FRANK 386 firmware turns RP2350 boards into full i386 PC emulator

Developers have released FRANK 386, a firmware project built on Tiny386 that emulates an i386 (with partial i486/i586 and optional x87 FPU) PC on Raspberry Pi Pico 2-based RP2350 boards. It supports VGA/HDMI video, SD card storage, PS/2 and USB input, NES gamepads, and multiple sound cards including AdLib and Sound Blaster 16, letting it boot DOS, Windows 3.x/95, and Linux.