Jun 15 2025
Overview Now that you’ve wired your STM32 Black Pill to an Arduino running JTAGenum and captured output via PuTTY, it’s time to make sense of the data. This part walks you through interpreting FOUND! lines, verifying the detected pins, and locking down a reliable JTAG configuration for future debugging. Step 9: Understanding the Output Format…..
Continue Reading
Jun 14 2025
Overview Now it’s time to automate discovery. We’ll use a tool called JTAGenum, which runs on an Arduino and probes the target’s pins to discover JTAG lines. In this step, you’ll set up an Arduino board with the JTAGenum firmware and wire it to the STM32. This allows you to scan multiple GPIO pins and…..
Continue Reading
May 8 2025
This post is the result of my first deep, hands-on experience generating a full technical article using ChatGPT!Together, we explored how to implement a challenge-response system on STM32, refine C code, modularize functions, fix compiler warnings, and prepare polished documentation. Along the way, I encountered not just technical hurdles (like sandbox download issues, expired file…..
Continue Reading