Alan Sguigna
For debugging firmware, print statements (โprintfโ) are often our most powerful tool: some bugs are caused by complex sequences of events that are too long and intricate to root-cause using just breakpoints and watch windows. In this article, I write about my explorations into โat-speed printfโ.