Background debug mode interface: Difference between revisions

Content deleted Content added
I/O signals: new head
Line 14:
 
At the start of the next bit time, the host negates the transmission line, and the process repeats. Each bit is communicated in this manner.
 
in other words The increasing complexity of today’s software and hardware designs is leading to some fresh approaches to debugging. ''Silicon manufacturers offer more and more on-chip debugging features for emulation of new processors''.
 
This capability, implemented in various processors under such names as Background Debug Mode (BDM), JTAG and on-chip emulation, puts basic debugging functions on the chip itself. With a BDM (1 wire interface) or JTAG (standard JTAG) debug port, you control and monitor the microcontroller solely through the stable on-chip debugging services.
 
This debugging mode runs even when the target system crashes and enables developers to continue investigating the cause of the crash
 
==Microcontroller application development==