<?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>NUCLEO-F401RE on Electronics Lifehack!</title>
    <link>https://electwork.net/en/tags/nucleo-f401re/</link>
    <description>Recent content in NUCLEO-F401RE 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/nucleo-f401re/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 Linker Script and Map File: Find What Eats Flash/RAM</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>Hands-on STM32 linker script and map file walkthrough on a NUCLEO-F401RE: what .text/.data/.bss really are, LMA vs VMA, and reading arm-none-eabi-size to find what eats Flash and RAM.</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>
    
    <item>
      <title>STM32 Series #9: Interrupt Design Anti-Patterns</title>
      <link>https://electwork.net/en/posts/stm32-episode09/</link>
      <pubDate>Sun, 26 Apr 2026 00:00:00 +0900</pubDate>
      
      <guid>https://electwork.net/en/posts/stm32-episode09/</guid>
      <description>Learn STM32 interrupt anti-patterns by deliberately breaking real code: ISR printf deadlock, volatile-missing optimization bugs, I2C timing breakdown, and non-atomic shared variable corruption.</description>
    </item>
    
    <item>
      <title>STM32 Series #8: Interrupts — Vector Table, NVIC, Context</title>
      <link>https://electwork.net/en/posts/stm32-episode08/</link>
      <pubDate>Fri, 17 Apr 2026 00:00:00 +0900</pubDate>
      
      <guid>https://electwork.net/en/posts/stm32-episode08/</guid>
      <description>STM32 interrupts on the NUCLEO-F401RE, from zero: vector table structure, NVIC priority, context saving (8 registers auto-pushed to the stack), and a TIM2 periodic interrupt implementation.</description>
    </item>
    
    <item>
      <title>STM32 Series #7: The Weight of a Single Clock Cycle</title>
      <link>https://electwork.net/en/posts/stm32-episode07/</link>
      <pubDate>Wed, 08 Apr 2026 00:00:00 +0900</pubDate>
      
      <guid>https://electwork.net/en/posts/stm32-episode07/</guid>
      <description>Measure execution time to µs precision with DWT CYCCNT on the STM32 NUCLEO-F401RE. Covers clock frequency, CPU cycles, how it differs from SysTick, and GPIO toggle plus oscilloscope measurement.</description>
    </item>
    
  </channel>
</rss>
