• FX2 switch from GPIF Master to Slave FIFO
    Is there an example detailing the steps required from switching to GPIF Master to a Slave FIFO for an FX2. In our specific case we initialize the GPIF and set IFCONFIG to 0xCE. We then transfer data...
  • Problems w/ Slave FIFO (FX2LP)
    Hi, Can anybosy who have worked on FX2LP help me? I'm writing firmware (converted from bulkloop)of slave FIFO mode w/ FX2LP(Cameleon). I'm using AUTOOUT mode w/ EP2, so, regarding UZ_USB_TRM, i don...
  • Problem in resetting the slave fifos in fx2 chip
    I am using fx2 CY7C68013A chipset. I have configured EP2 ( OUT end point ) and EP6 ( In end point ) end points as slave end points with autoout and autoin option enabled.I met with a situation where...
  • FX2 Slave FIFO Manual Mode sample code
    Hi , Have anybody worked on Cypress FX2 chip. I am writing the firmware for slave FIFO to access the external logic data. Since my FW has to filter out some data so I have to use AUTOIN =0 mode. ...
  • Writing MCI FIFO - LPC2368
    Hi Im trying to write in MCI FIFO but without success.. Im doing like: MCI_DATA_CTRL = 0x11; _printf("\r\nFIFO_COUNTER = 0x%X", MCI_FIFO_CNT); MCI_FIFO |= 0xFFFFFFFF; _printf("\r\nFIFO...