• How to initialize GPIF of CY7C68013
    Can any one help me " How to initialize GPIF(along with code) of CY7C68013 EZ-USB to interface an Analog to Digital converter AD9235"?
  • can open a large array as 1024bytes for CY7C68013 ?
    since my topic use CY7C68013+AD7934+EEPROM as directly convert an analog signal to digital and send back to PC, but for the sampling rate of 10kHz, i want to have a buffer for me to save those data....
  • CY7C68013 CPU Control Status Register using Keil
    Does anyone know why the debugger in Keil uvision2 using CY7C68013A does not like this piece of code? CPUCS = ((CPUCS & ~bmCLKSPD) | bmCLKSPD1) ; // CPUCS = 0x0E; That register is supposed...
  • How to measure pulse width applied in INT0 of Cypress USB FX2 CY7C68013
    Hi, I want to measure the width of the pulse applied in INT0. My code base on the sample of KEIL: http://www.keil.com/download/docs/8051_timer0_pulse.zip.asp The result printed out in Serial1 window...
  • Cannot write to I/O port of Cypress' EZ-USB FX2 cy7c68013.
    Hi everybody, I want to write to I/O port by vendor command. But it doennot work. The firmware is like this: case VR_WRITE_PORTA: //0xD5 while(EP0CS & bmEPBUSY); OEA = 0xff; SYNCDELAY; IOA...