Embedded Debugger

The SAM4L Xplained Pro contains the Atmel Embedded Debugger (EDBG) for on-board debugging. The EDBG is a composite USB device of three interfaces; a debugger, Virtual COM Port, and a Data Gateway Interface (DGI).

Together with Atmel Studio, the EDBG debugger interface can program and debug the ATSAM4LC4C. On SAM4L Xplained Pro, the SWD interface is connected between the EDBG and the ATSAM4LC4C.

The Virtual COM Port is connected to a UART on the ATSAM4LC4C and provides an easy way to communicate with the target application through terminal software. It offers variable baud rate, parity, and stop bit settings. Note that the settings on the ATSAM4LC4C must match the settings given in the terminal software.

Info: If not set automatically, data terminal ready (DTR) must be set in the terminal software.

The DGI consists of several physical interfaces for communication with the host computer. Communication over the interfaces is bidirectional. It can be used to send events and values from the ATSAM4LC4C or as a generic printf-style data channel. Traffic over the interfaces can be timestamped on the EDBG for more accurate tracing of events. Note that timestamping imposes an overhead that reduces maximal throughput. Atmel Data Visualizer is used to send and receive data through DGI.

The EDBG controls two LEDs on SAM4L Xplained Pro; a power LED and a status LED. Table 1 shows how the LEDs are controlled in different operation modes.

Table 1. EDBG LED Control
Operation mode Power LED Status LED
Normal operation Power LED is lit when power is applied to the board. Activity indicator, LED flashes when any communication happens to the EDBG.
Bootloader mode (idle) The power LED and the status LED blinks simultaneously.
Bootloader mode (firmware upgrade) The power LED and the status LED blinks in an alternating pattern.

For further documentation on the EDBG, see the EDBG User Guide.