??? 02/14/12 14:51 Read: times |
#185935 - Monitors really not good choice for new designs/developers Responding to: ???'s previous message |
Some processors have "trace" flags or similar so a monitor can allow single-stepping.
But the big issue - try using a monitor after the program for some reason turns off interrupts. Or what happens with the sw monitor (using a UART) when the source code happens to reprogram the baudrate generator? Monitors are a poor mans alternative when technology/economy don't allow anything better. To see them as the primary choice today is like recommending analog HDTV transmissions or floppies instead of USB thumb drives. Existing monitors will still manage the same they managed 20 years ago. But they are not the preferred route to go for new designs or for new developers. |