<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>micro-rust</title>
    <subtitle>Notes and write-ups about my programming projects.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://micro-rust.github.io/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://micro-rust.github.io"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-09-23T00:00:00+00:00</updated>
    <id>https://micro-rust.github.io/atom.xml</id>
    <entry xml:lang="en">
        <title>Building a DMA based driver for the RP2350 I2C (safety not included)</title>
        <published>2026-09-23T00:00:00+00:00</published>
        <updated>2026-09-23T00:00:00+00:00</updated>
        
        <author>
          <name>Unknown</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://micro-rust.github.io/posts/001-i2c-dma-handler/"/>
        <id>https://micro-rust.github.io/posts/001-i2c-dma-handler/</id>
        
        <summary type="html">&lt;p&gt;The RP2350 I2C implementation has always been a bit quirky and, so far, I&#39;ve yet to see an efficient implementation that uses DMA to offload the transactions of this peripheral. In this blog post I will give an overview of the problem and how I solved it in my personal RP2350 HAL.&lt;/p&gt;</summary>
        
    </entry>
</feed>
