The Device Manager extension allows you to manage hardware connections for Arm-based microcontrollers, development boards, and debug probes. You can install the extension individually or as part of the Arm Debugger extension pack.
Connect your hardware
This section describes how to connect your hardware for the first time.
Click Device Manager in the Activity Bar.
Connect your hardware to your computer over a USB connection.
The Device Manager detects the hardware and a pop-up message displays in the bottom right-hand corner.
Click OK to use the hardware.
Alternatively, click Add Device and select your hardware in the drop-down list that displays at the top of the window.
You can now use your hardware to run and debug a project.
To add more hardware, click Add Device in the top right-hand corner.
Edit your hardware
If the Device Manager cannot detect your hardware or if you are using an external debug probe, you can edit the hardware entry. You can specify a Device Family Pack (DFP) and a device name retrieved from the pack to be able to work with your hardware. DFPs handle device support.
Move your cursor over the hardware that you want to edit and click Configure Pack.
Select a DFP for your hardware in the drop-down list.
Select a device name in the drop-down list.
To change the name of the hardware, click Rename Device, then rename your hardware and press Enter.
Open a serial monitor
Open a serial monitor. The serial output shows the output of your board. You can use the serial output as a debugging tool or to communicate directly with your board.
Move your cursor over the hardware for which you want to open a serial monitor and click Open Serial.
A drop-down list displays at the top of the window where you can select a baud rate. The baud rate is the data rate in bits per second between your computer and your hardware. To view the output of your hardware correctly, you must select an appropriate baud rate. The baud rate that you select must be the same as the baud rate of your active project.
Select a baud rate.
A Terminal tab opens with the baud rate selected.
Submit feedback or report issues
To submit feedback or report issues on the Device Manager extension, please use GitHub issues in the extension repository.