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

From SEGGER Wiki
Jump to: navigation, search
Line 37: Line 37:
 
The oscilloscope will show the same signal sequence for both, the Rx and the Tx pin, confirming the VCOM functionality.
 
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.<br>
 
The speed VCOM is operating at can also be determined with an oscilloscope, e.g. by measuring the duration of a single high state.<br>
[[File:VCOM_Oscilloscope.png]]
+
[[File:VCOM_Oscilloscope.png]]<br>
  +
A similar setup makes it possible to receive data from a microcontroller on a computer and have the computer send data to the microcontroller as well. Due to VCOM, data can easily be read or send using a terminal application as mentioned above.
  +
  +
   
 
<references/>
 
<references/>

Revision as of 17:20, 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
A similar setup makes it possible to receive data from a microcontroller on a computer and have the computer send data to the microcontroller as well. Due to VCOM, data can easily be read or send using a terminal application as mentioned above.