No matter what type of embedded system you build, you must test it. Tests give us a warm fuzzy feeling that our system works correctly under specific environmental and operational conditions. While ...
There is a typical development strategy that I believe a lot of developers use to debug and test their embedded software, namely: compile, program, debug, spot test, adjust and then repeat. I used ...