Embedded Systems
debugrt.txt
Associated article: Using Trace to Debug Real-Time Systems
Tags: Tools Embedded Systems
Published source code accompanying the article by Michael Lindahl in which he uses hardware trace data for full printf() debugging in a completely non-intrusive fashion.
Using Trace to Debug Real-Time Systems by Michael Lindahl Listing One // This function is obviously not correct for actually reading // from an i2c bus, but is an example of a function that could // read from a shared resource. int ...


