V2-EVAL-EU FTDI, V2-EVAL-EU Datasheet - Page 48

no-image

V2-EVAL-EU

Manufacturer Part Number
V2-EVAL-EU
Description
BOARD, EVALUATION, EU PSU
Manufacturer
FTDI
Datasheet

Specifications of V2-EVAL-EU

Kit Contents
1 X V2-Eval Base Board, 1x 5V/1A Mains Adapter PSU, 1x USB A/B Cable, 1x USB Gender Changer
Svhc
No SVHC (18-Jun-2010)
Kit Features
VNC2 Embedded USB Host / Slave Chip Accessible Via
Silicon Manufacturer
FTDI
Silicon Family Name
Vinculum II
Features
Embedded USB Host / Slave Chip, Two USB Type A Connectors
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
8.2.1.1 Using the V2-EVAL Terminal ‘Spy’ Mode
The V2-EVAL hardware and terminal utility supports a „Spy‟ mode enabling the V2-EVAL terminal utility to
display data from the VNC2 UART RXD pin, when the VNC2 is communicating with an external UART
device. The following section outlines the steps to connect an external UART device to the VNC2 interface
and enabling the „Spy‟ mode.
Figure 8.4: V2-EVAL Terminal connection with ‘Spy’ connection enabled
Figure 8.3: Example IOMUX configuration code
1. The first step is to connect an external UART device to the VNC2 UART interface on the V2-EVAL
2. The next step is to configure the IOMUX configuration settings on the VNC2 device to check that
3. With the VNC2 device now programmed for UART operation, the next stage is to configure the
board. An external device can be connected to the board via I/O connectors CN3 – CN11 or via
the IOBUS connections in prototyping area P1.
the UART connections reflect the physical I/O pins being used on the V2-EVAL hardware. The
IOMUX settings are set within the VNC2 software code. A code example showing how to configure
the VNC2 IOMUX settings is shown in Figure 8.3.
The IOMUX configuration code can also be automatically generated using the Vinculum IOMUX
configuration utility, which is available as part of the Vinculum II development tools.
The IOMUX settings are incorporated into the VNC2 firmware file as part of the VNC2 software
development process. The settings are applied to the VNC2 when the firmware image is
downloaded to the VNC2 device.
V2-EVAL terminal utility for „Spy‟ mode. Open the utility and connect to the board. In the „Board
Control‟ panel select the „Spy‟ button. The step will reconfigure the onboard multiplexer. After
changing to „Spy‟ mode disconnect the terminal connection.
}
else
{
}
if
{
vos_iomux_define_output(39,IOMUX_OUT_UART_TXD);
vos_iomux_define_input(40,IOMUX_IN_UART_RXD);
vos_iomux_define_output(41,IOMUX_OUT_UART_RTS_N);
vos_iomux_define_input(42,IOMUX_IN_UART_CTS_N);
(vos_get_package_type()
// UART to V2EVAL board pins
// UART to V2EVAL board pins
vos_iomux_define_output(31,IOMUX_OUT_UART_TXD);
vos_iomux_define_input(32,IOMUX_IN_UART_RXD);
vos_iomux_define_output(33,IOMUX_OUT_UART_RTS_N);//UART RTS# to pin 33
vos_iomux_define_input(34,IOMUX_IN_UART_CTS_N);
// VINCULUM_II_48_PIN
Copyright © 2010 Future Technology Devices International Limited
==
V2-EVAL Vinculum II Evaluation Board Datasheet Version 2.0
VINCULUM_II_64_PIN)
//UART Rx to pin 40
Document Reference No.: FT_000247
//UART Rx to pin 32
//UART Tx to pin 39
//UART CTS# to pin 42
//UART Tx to pin 31
//UART CTS# to pin 34
//UART RTS# to pin 41
Clearance No.: FTDI#148
47

Related parts for V2-EVAL-EU