3.1 Embedded Debugger

The SAM4S 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 SAM4SD32C. On SAM4S Xplained Pro, the SWD interface is connected between the EDBG and the SAM4SD32C.

The Virtual COM Port is connected to a UART on the SAM4SD32C 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 SAM4SD32C must match the settings given in the terminal software.

The DGI consists of several physical interfaces for communication with the host computer. Communication over the interfaces are bidirectional. It can be used to send events and values from the SAM4SD32C 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 SAM4S Xplained Pro; a power LED and a status LED. Table 3-1 shows how the LEDs are controlled in different operation modes.

Table 3-1. EDBG LED Control
Operation ModePower LEDStatus LED
Normal operationPower 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.