Diving into the bare-metal boot sequence of #WebAssembly on the #RP2350 reveals the critical handover from the hardware reset trampoline directly into the #Rust #embedded runtime. Before the #embeddedwasm engine can even spin up, the runtime executes this precise initialization block to systematically unlock the hardware spinlocks by writing a 1 to the SIO registers starting at 0xd0000100. In multi-core microcontrollers like the RP2350, spinlocks act as essential hardware synchronization primitives that prevent both cores from accessing the same shared data simultaneously; when one core claims a lock, the other must continuously check, or spin, in a loop until it is released. By writing to these registers to force-clear them during boot, the system guarantees a completely clean slate and prevents immediate deadlocks before executing any WebAssembly payloads. #ReverseEngineering
A pure #Embedded #Rust blinky project that runs a #WASM WebAssembly Component Model runtime (#wasmtime + #Pulley interpreter) directly on the #RP2350 bare-metal w/ HW capabilities exposed through #WIT. https://github.com/mytechnotalent/embedded-wasm-blinky
GitHub - mytechnotalent/embedded-wasm-blinky: A pure Embedded Rust blinky project that runs a WebAssembly Component Model runtime (wasmtime + Pulley interpreter) directly on the RP2350 bare-metal w/ HW capabilities exposed through WIT.

A pure Embedded Rust blinky project that runs a WebAssembly Component Model runtime (wasmtime + Pulley interpreter) directly on the RP2350 bare-metal w/ HW capabilities exposed through WIT. - myte...

GitHub

Lilbits: Samsung Galaxy Z Fold 8 Wide, Razer Blade 16, and more fallout from Chuwi’s processor mixup

Two recent laptops from Chinese PC maker Chuwi that were supposed to ship with AMD Ryzen 5 7430U processors actually had Ryzen 5 5500U chips inside. That means instead of getting a processor with a Zen 3 CPU, customers were getting notebooks with chips featuring AMD’s older Zen 2 architecture.

But the only way to prove this was to actually open up the computer and remove the CPU cooler to look […]

#chuwi #cpuZ #esp32 #foldables #galazyZFold8Wide #gamingLaptop #googleTv #lilbits #mediaStreamer #onn #onn4kPro #pantherLake #picoz89 #razer #razerBlade16 #rp2350 #samsungGalaxyZFold8Wide #z80 Read more: https://liliputing.com/lilbits-samsung-galaxy-z-fold-8-wide-razer-blade-16-and-more-fallout-from-chuwis-processor-mixup/

Last week we exhibited at Embedded World in Nuremberg.

This video presents some of the demos from our booth, running on embedded devices with Slint 👇

https://www.youtube.com/shorts/3w64sO7fjFM

#embedded #Slint #EmbeddedWorld #RP2350 #ESP32 #ESP32S3 #ESP32P4 #Renesas #toradex

Slint at Embedded World 2026

YouTube

Pondering what is the easiest way to get enough PIO driven GPIO to watch a 16-bit address, 8-bit data bus.

So, def RP2350 (esp as 5V tolerant), but maybe one of those Pimoroni "XL" Pico things, or maybe a PGA2350 or Pico Stamp, or something like that...

Anyone any experiences of these larger Pico-like things (or know of any others)?

#RP2350 #RaspberryPiPico

FRANK OS 1.0 porta l’esperienza dei desktop anni ’90 nel mondo dei microcontroller con finestre sovrapponibili, applicazioni integrate e un’interfaccia che richiama Windows 95. #FRANKOS #FreeRTOS #RP2350 #Microcontroller

https://www.linuxeasy.org/frankos-microcontroller-linux-windows-95/?utm_source=mastodon&utm_medium=jetpack_social

FRANK OS 1.0 porta un desktop completo su un microcontroller

Un microcontroller che sembra un PC anni ’90? Con FRANK OS 1.0 succede davvero: un sistema operativo grafico completo, ispirato a Windows 95

Linux Easy
ATABoy Is An Open Source USB Bridge For Old IDE Drives

You can get an IDE to USB bridge from all the usual sources, but you may find those fail on the older drives in your collection– apparently they require drives using logical block addressing,…

Hackaday
Raspberry Pi RP2350 microcontroller overclocked to run at more than 5X original frequency - Liliputing

Raspberry Pi RP2350 microcontroller overclocked to run at more than 5X original frequency

Liliputing
I wonder if anybody has yet made a flexible #S100 emulation card comparable to the #UniBone and #QBone cards for DEC systems? Recent projects like #BlueSCSI, #OneROM, #PicoIDE, etc. make me wonder whether an #RP2040 or #RP2350 might have the horsepower to do the job?