Difference between revisions of "Using J-Link VCOM functionality"

From SEGGER Wiki
Jump to: navigation, search
Line 14: Line 14:
   
 
Start the J-Link Configurator and configure the device to enable VCOM functionality by double-clicking.
 
Start the J-Link Configurator and configure the device to enable VCOM functionality by double-clicking.
Under "''Virtual COM-Port''", choose 'Enable' and click 'OK'. After that the device needs to be power cycled in order for VCOM to work. <br>
+
Under "''Virtual COM-Port''", choose "''Enable''" and click "''OK''". After that the device needs to be power cycled in order for VCOM to work. <br>
 
[[File:VCOM_Configurator.png]]
 
[[File:VCOM_Configurator.png]]
   
 
== Via J-Link Commander ==
 
== Via J-Link Commander ==
   
Start the J-Link Commander and enter 'vcom enable'. After that the device needs to be power cycled in order for VCOM to work. <br>
+
Start the J-Link Commander and enter "''vcom enable''". After that the device needs to be power cycled in order for VCOM to work. <br>
 
[[File:VCOM_Commander.png]]
 
[[File:VCOM_Commander.png]]
   
 
= Checking VCOM state =
 
= Checking VCOM state =
   
Checking if VCOM is active can be done by opening the device manager. Connected devices with VCOM functionality will be listed under 'Ports (COM & LPT)'.<br>
+
Checking if VCOM is active can be done by opening the device manager. Connected devices with VCOM functionality will be listed under "''Ports (COM & LPT)''".<br>
 
[[File:VCOM_DeviceManager.jpg]]
 
[[File:VCOM_DeviceManager.jpg]]
   

Revision as of 18:15, 24 November 2017



Enabling VCOM

In general, the VCOM feature can be disabled and enabled for debug probes which comes with support for it via J-Link Commander and J-Link Configurator.
Please note, that:

  • VCOM can only be used when debugging via SWD target interface. Pin 5 = J-Link-Tx (out), Pin 17 = J-Link-Rx (in).
  • Currently, only J-Link models with hardware version 9 or newer come with VCOM capabilities.

Via J-Link Configurator

Start the J-Link Configurator and configure the device to enable VCOM functionality by double-clicking. Under "Virtual COM-Port", choose "Enable" and click "OK". After that the device needs to be power cycled in order for VCOM to work.
VCOM Configurator.png

Via J-Link Commander

Start the J-Link Commander and enter "vcom enable". After that the device needs to be power cycled in order for VCOM to work.
VCOM Commander.png

Checking VCOM state

Checking if VCOM is active can be done by opening the device manager. Connected devices with VCOM functionality will be listed under "Ports (COM & LPT)".
VCOM DeviceManager.jpg

Testing VCOM functionality and speed

The VCOM functionality can be tested for by simply connecting the Tx pin with the Rx pin - creating a loopback that way - and starting a terminal application. This leads to the Rx pin receiving the sent data meaning that VCOM is active and working.

  • Create a loopback by connecting the Tx pin with the Rx pin.
  • Start a terminal application (e.g. HTerm) and establish a connection to the COM port.
  • Use an oscilloscope to visualize the signals sent via the Tx pin and the Rx pin.
  • Send data via VCOM using the given terminal application. Use the letter "U" (01010101 in binary) to create a regular square-wave signal.

The oscilloscope will show the same signal sequence for both, the Rx and the Tx pin, confirming the VCOM functionality. The speed VCOM is operating at can also be determined with an oscilloscope, e.g. by measuring the duration of a single high state.
VCOM Oscilloscope.png