<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/watching-a-z80-from-an-rp2350-8xlkaihns" -->

---
title: Watching a Z80 from an RP2350 | daily.dev
description: A hands-on exploration of connecting a Raspberry Pi RP2350 microcontroller to a Z80 processor bus. Covers Z80 bus architecture (16-bit address, 8-bit data),...
canonical: https://daily.dev/posts/watching-a-z80-from-an-rp2350-8xlkaihns
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Watching a Z80 from an RP2350 | daily.dev
og:description: A hands-on exploration of connecting a Raspberry Pi RP2350 microcontroller to a Z80 processor bus. Covers Z80 bus architecture (16-bit address, 8-bit data),...
og:url: https://daily.dev/posts/watching-a-z80-from-an-rp2350-8xlkaihns
og:image: https://api.daily.dev/og/posts/8XLkAIhnS.png
og:image:alt: Watching a Z80 from an RP2350
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Watching a Z80 from an RP2350

**[Two Stop Bits](https://daily.dev/sources/twostopbits)** · 10 min read · 1 upvotes · 0 comments

## Summary

A hands-on exploration of connecting a Raspberry Pi RP2350 microcontroller to a Z80 processor bus. Covers Z80 bus architecture (16-bit address, 8-bit data), clock timing constraints (minimum ~5KHz), and RP2350 GPIO API quirks for the 48-pin RP2350B. Includes working C code to read the Z80 data bus and detect IO writes to specific addresses, effectively emulating a simple RC2014 digital IO module using the RP2350's ARM cores. Future directions include PIO-based autonomous bus monitoring, memory-mapped device emulation, and clock control for instruction-aware stepping.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://emalliab.wordpress.com/2026/05/26/watching-a-z80-from-an-rp2350>

## Similar posts on daily.dev

- [picoZ80](https://daily.dev/posts/picoz80-slyok8agc) · Two Stop Bits · 1 upvotes · 0 comments
- [PicoZ80 Is A Drop-in Replacement For Everyone’s Favorite Zilog CPU](https://daily.dev/posts/picoz80-is-a-drop-in-replacement-for-everyone-s-favorite-zilog-cpu-j8ccr5mri) · Hackaday · 1 upvotes · 1 comments
- [Computer-generated dream world](https://daily.dev/posts/computer-generated-dream-world-hspk8igob) · Hacker News · 1 upvotes · 0 comments
- [The Zilog Z80 has turned 50](https://daily.dev/posts/the-zilog-z80-has-turned-50-jvmbq4tlp) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#embedded](https://daily.dev/tags/embedded)

[View this post on daily.dev](https://daily.dev/posts/watching-a-z80-from-an-rp2350-8xlkaihns)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Watching a Z80 from an RP2350","url":"https://daily.dev/posts/watching-a-z80-from-an-rp2350-8xlkaihns","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/watching-a-z80-from-an-rp2350-8xlkaihns"},"datePublished":"2026-06-08T19:40:37.355Z","dateModified":"2026-06-09T04:19:44.924Z","description":"A hands-on exploration of connecting a Raspberry Pi RP2350 microcontroller to a Z80 processor bus. Covers Z80 bus architecture (16-bit address, 8-bit data),...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","isAccessibleForFree":true,"articleSection":"Two Stop Bits","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Two Stop Bits","logo":"https://media.daily.dev/image/upload/s--BScjOU_Q--/f_auto/v1728977574/logos/twostopbits","url":"https://daily.dev/sources/twostopbits"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/watching-a-z80-from-an-rp2350-8xlkaihns","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"embedded","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Two Stop Bits","item":"https://daily.dev/sources/twostopbits"},{"@type":"ListItem","position":3,"name":"Watching a Z80 from an RP2350"}]}
```

