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

Interface Modules & Development Tools USB V2-EVAL Daughter Module 64-pin

V2-EVAL-EXT64

Manufacturer Part Number
V2-EVAL-EXT64
Description
Interface Modules & Development Tools USB V2-EVAL Daughter Module 64-pin
Manufacturer
FTDI
Datasheets

Specifications of V2-EVAL-EXT64

Interface Type
USB, Serial, UART, FIFO, SPI
Data Bus Width
Serial, 8 bit
Operating Supply Voltage
4.75 V to 5.25 V
Product
Interface Modules
Silicon Manufacturer
FTDI
Silicon Family Name
Vinculum II
Features
Embedded USB Host / Slave Chip, Two USB Type A Connectors
Svhc
No SVHC (18-Jun-2010)
Rohs Compliant
Yes
Kit Features
Module With 64-pin QFN VNC2
For Use With/related Products
VNC2-64
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
V2-EVAL Kit
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-EXT64