InterviewSolution
Saved Bookmarks
| 1. |
Explain the different debugging techniques? |
| Answer» TION:Six debugging techniques for embedded system developmentSimplify complex data: Substitute complex ANALOG inputs with digital, synthetic, known, and repeatable data. ...Divide and CONQUER: Home in on the location of the problem as much as possible before trying to understand it. ...SLOW the process down: Slow down clocks and data rates. | |