Specifications

CY3214-PSoCEVALUSB Kit Guide, Doc No. 001-67030 Rev. *B 71
Code Examples
5.6.5 Verify Output
1. Program the board with bulk_ping.hex from <Install_Directory>:\Cypress\CY3214-
PSoCEVALUSB\<version>\Firmware\Bulk_PingExample\PSoC Project\bulk_ping.
2. On successful programming, disconnect the MiniProg1 and connect the board to the PC.
3. Run Bulk_Ping_Host.exe from <Install_Directory>:\Cypress\CY3214-PSoCEVAL-
USB\<version>\Firmware\Bulk_PingExample\PC_Host_App.
4. A DOS-based Host program starts and sends out the data transfer requests, reads and compares
the received data, and logs the data transfer results.
5. The log file BulkPing_Log.txt is saved in the application path at
<Install_Directory>:\Cypress\CY3214-PSoCEVALUSB\<version>\Firmware\
Bulk_PingExample\PC_Host_App. This log file gives a detailed description of each data
transfer.
Figure 5-66. Output
5.7 ISoc_Example
5.7.1 Project Description
This example demonstrates how to use an ‘alternate’ interface that performs IN transactions with
isochronous communication.The application reads isochronous data from the PSoC device and
measures throughput. The following user module is used in the project
1. USBFS_1: This module is used to handle the request from the USB host (PC) to communicate
with the device. It handles all the data packet transfer between the host and device connected to
host via USB.
5.7.2 Hardware Connections
No hardware connections are required.