Originally published in the November 1988 Embedded Systems Programming magazine. Correction is the final step of any debugging exercise. Sometimes bug eradication is straightforward; sometimes a bug ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Designing robust systems using a high-speed interface like USB Type-C requires a great deal of care. When the interface involves advanced features like USB power delivery, debugging designs becomes ...
Make it a habit to dig deeper and find more information about the issue before starting to debug a non-trivial issue. For example: is this a new problem? If so, starting when? Is this only visible to ...
In designing and testing an embedded system, engineers need to provide a way for the various devices and subsystems on the system, such as DACs, low-speed ADCs, fan control chips, EEPROMs, and PLDs to ...
A colleague showed me a perplexing situation he encountered during a recent debugging session. He had used the Microsoft Visual Studio 2008 debugger to find a problem while the program was executing, ...