Thursday 19 January 2017

Fx2lp - CY7C68013A development board

I am a big fan of USB... I have personally worked on many USB related projects





This was lying on my table for years I did n't know what to do with this board ..
I didn't have the schematic too




Actually this schematics covers all , except those 2 LEDS , They are connected to PA0, PA1 pins 


  1. Install CY3684 EZ-USB FX2LP DVK Setup software
  2. Install GPIF Designer software
  3. Install SuiteUSB software
Here is my Project files , Unzip it 



3  things 

1. Bulkloop Application 
     This is to send data to the device (testing )  .. You can modify this for your final USB PC application development


2. CYControl ( Detect Development Board & Download Firmware in to the device )
      You can use this to download hex file to the device 

3.Keil ( Remember this is size limited version )  ... So people sometimes chose sdcc compiler.( That works better on linux)

Double click & open it ..




Build it .. 


once build is done , use the "cycontrol" tool to download the hex file to the device .. 
I put a small code to blink the led when you send 01 ..(use bulk loop pc application)


For cypress ,no code explanation required :)