• 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...
  • 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...
  • Cypress CY7C68013A USB array Problem
    Dear Frnds, I am using Cypress CY7C68013A USB Bulk transfer, where I am unable to copy the contents of the Endpoint buffers to a local array!!! I have tried many times but still I am not able...
  • 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...
  • 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...