• GPIF Interrupts
    Hi there, I am using the EZ-USB NX22LP-Flex development board, and I need to set up a NAND read routine. According to the Tech Reference Manual, it requires setting up INT4 as an internal source...
  • PROBLEM IN TRIGERRING CYPRESS GPIF
    hello, I am developing a cypress FX2 firmware to interface it with FIFO in FPGA. iam using GPIF master mode. I have downloaded cyconsole to test my firm ware . i have generated the control signals using...
  • 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"?
  • PROBLEM TO INITIATE GPIF WRITE
    Hi, The code to initiate te GPIF write is given below. I use LED blinking for debugging the code stage. At initial condition GPIFDONE bit is high (meaning GPIF engine is idle.) when I initiate a write...
  • Generate Constant Variables in XDATA
    Hello, did everyone know how i can locate my const variables in XDATA memory. I want to generate the ?XC? const xdata memory prefix. Example : const xdata char test[]="asdc"; This data should...