• Cypress Cy7c68013a
    We have decided to use the Cypress FX2 which has code examples for Keil. While I have years of experience with IAR and Ti Code Composer I'm new to Keil and have not seen _AT_ used as follows: EXTERN...
  • Cypress CY7C68013A USB Bulk transfer problem
    Hi Frnds, I am using Cypress CY7C68013A EZ-USB micro controller, I have used BULKLOOP example given by cypress, where they have given a loop back transaction between EP2 to EP6, But I have changed...
  • DEBUG problem ( CY7C68013A )
    Hi all, I have a problem with KEIL Debugger, with the following steps I can't use the KEIL DEBUGGER: - I plug my board with CY7C68013A chip - I open CyConsole EZ-USB software - I select mon-int...
  • CY7C68013A Serial Communication Problem
    Dear Friends, I have written Serial communication program for cypress CY7C68013A which is not working, Please find the code below, if there is any more registers to be set please tell me, CPUCS...
  • Memory addressing problem with ez-usb (CY7C68013a)
    I have written the simple program as follows.. BYTE xdata u_buf1[1] _AT_ 0x4001; BYTE xdata u_buf[1] _AT_ 0x4000; void main(){ int val; OEB=0xFF; u_buf[3]="a,b"; u_buf1[3]="c,d"; while...