RSS Parrot

BETA

🦜 whitequark's lab notebook

@lab.whitequark.org@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: lab.whitequark.org/

Feed URL: lab.whitequark.org/atom.xml

Posts: 10

Followers: 1

Blinking a LED using STM32 DMA

Published: July 22, 2023 03:37

Every embedded developer has blinked a LED—this is both a rite of passage and a smoke test for bring-up of new hardware. Most often you do it in software. Sometimes you do it by connecting the LED directly to a peripheral. Have you ever blinked a LED…

Minimizing logic expressions

Published: April 6, 2020 17:25

While working on reverse-engineering the Microchip ATF15xx CPLD family, I found myself deriving minimal logic functions from a truth table. This useful because while it is easy to sample all possible states of a black box combinatorial function using e.g.…

Synthesizing optimal 8051 code

Published: April 6, 2020 16:44

While working on an application targeting Nordic nRF24LE1, a wireless SoC with a fairly slow 8051 core, I was wondering if I can have fast, or at least not unusably slow, cryptography. Most cryptographic algorithms involve wide rotates, and the 8051 only…

Game Boy Advance cartridge "SMC805-2 VER:1.5"

Published: September 17, 2018 11:02

I have been asked to determine if a (pirate) Game Boy Advance cartridge with the PCB marked “SMC805-2 VER:1.5 2006.11.16” can be reflashed. The cartridge contains a battery, an ASIC in a chip-on-board package (epoxy blob), an unidentified Intel chip marked…

Z144SN005 LCD microphotography

Published: August 2, 2018 05:50

I’ve been provided a Z144SN005 LCD that has split in halves as a result of excess mechanical force. Z144SN005 is a ST7735S-based LCD organized as 128RGB×128; it has 384 sources and 128 gates. I took some microphotographs of it using an Amscope…

Sony Xperia Z2 LCD microphotography

Published: August 2, 2018 00:33

I took some microphotographs of a counterfeit Sony Xperia Z2 LCD display, bought on Taobao circa 2017, using an Amscope ME300TZ-2L-3M metallurgical microscope. (This display would not initialize with an unmodified firmware, and was factory-programmed to…