Getting Started

Dependencies

  1. sudo apt install cmake git libusb-1.0-0-dev
  2. Download and install Cypress official software for linux from EZ-USB_FX3_Software_Development_Kit

Cloning repository

  1. sudo apt install git
  2. cd to the folder you want to have the project
  3. git clone https://github.com/NEGU93/CYUSB3KIT-003_with_SP605_xilinx.git

Compiling and Running

  1. sudo apt install cmake
  2. cd fx3_manager_cpp_source/
  3. cmake .
  4. make
  5. ./testing_cpp_code