??? 02/13/12 18:10 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#185905 - exactly this Responding to: ???'s previous message |
WHAT, exactly, is a hobbyist likely to gain from built-in debug features?
He can see the RI and TI flags come and go, he can see a timer change, he can see that code line x does (not) get executed and the result thereof, .... just a simple case: the beginner does not start a timer and wonder why no interrupt. With a real debug he will see the value in the timer not change and start finding out why not. Without a real debug he will likely start checking the ISR and post "interrupts are difficult, how do I do xyz without interrupt". if he's trying to learn about the 805x series the debug features will be a huge advantage. Erik |