<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Embedded C on Electronics Lifehack!</title>
    <link>https://electwork.net/en/tags/embedded-c/</link>
    <description>Recent content in Embedded C on Electronics Lifehack!</description>
    <image>
      <title>Electronics Lifehack!</title>
      <url>https://electwork.net/images/ogp-default.jpg?v=3</url>
      <link>https://electwork.net/images/ogp-default.jpg?v=3</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 08 May 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://electwork.net/en/tags/embedded-c/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>STM32 Series #12: Optimization and Assembly in C</title>
      <link>https://electwork.net/en/posts/stm32-episode12/</link>
      <pubDate>Fri, 08 May 2026 00:00:00 +0900</pubDate>
      
      <guid>https://electwork.net/en/posts/stm32-episode12/</guid>
      <description>The final episode: catch the moment C becomes machine code. How GCC optimization (-O0/-O2/-Os) rewrites your code, why forgetting volatile causes a hang, and how to read Thumb-2 instructions with objdump.</description>
    </item>
    
    <item>
      <title>STM32 Series #11: Linker Scripts and Map Files Explained</title>
      <link>https://electwork.net/en/posts/stm32-episode11/</link>
      <pubDate>Sat, 02 May 2026 00:00:00 +0900</pubDate>
      
      <guid>https://electwork.net/en/posts/stm32-episode11/</guid>
      <description>Understand STM32 linker scripts (.ld) and map files by learning what .text/.data/.bss really are. Covers LMA vs VMA, the startup sequence that copies .data and zeroes .bss, and reading arm-none-eabi-size.</description>
    </item>
    
    <item>
      <title>STM32 Series #10: DMA — Transfers That Free the CPU</title>
      <link>https://electwork.net/en/posts/stm32-episode10/</link>
      <pubDate>Thu, 30 Apr 2026 00:00:00 +0900</pubDate>
      
      <guid>https://electwork.net/en/posts/stm32-episode10/</guid>
      <description>Stop letting UART transmissions stall your main loop — DMA fixes it. From STM32&amp;#39;s bus architecture to transfer-complete callbacks, buffer management, and the D-Cache coherency trap. Episode 10 of the series.</description>
    </item>
    
  </channel>
</rss>
