Debug Commands all-titleall-title#

Use the debug commands to inspect the debug configuration and to change the debug mode.

For more information about debugging using the board controller, see the debugging overview.

Commands

Description

dbg info

Get information about the current debug configuration.

dbg mode

Get or set the debug mode.

dbg info#

Gets information about the current debug configuration.

Command Line Syntax

$ dbg info

Command Line Example

$ dbg info
------ Debug Interface Status ------
Set mode                 : MCU
Active mode              : MCU
Target Voltage           : 3.27 V
External cable state     : Disconnected
# debug connections      : 0
AEM current              : 4.73 mA

dbg mode#

Gets or sets the debug mode. Will store the debug mode by default if the option --nostore is not supplied.

Command Line Syntax

$ dbg mode [dbgMode] [--nostore]

Command Line Examples

$ dbg mode
Current debug mode: MCU

$ dbg mode out
Debug interface mode changed to OUT.
Debug interface mode saved.

$ dbg mode mcu --nostore
Debug interface mode changed to MCU.