This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interfacing LPC2148 to PC through USB

I,m interfacing LPC2148 to PC through USB in the process of ennumeration after i recive set address command i send null packet n set address but then not getting setup packet for dd of 18 byte again getting set address

Parents
  • >we used usblyzer software but its not detecting the device.

    Did you apply "automatic capture of hot plugged device" feature?

    Or try SourceUSB with "hot plugged" feature.
    http://www.sourcequest.com/

    SourceUSB misses the first Get_Descriptor, but it catches next Set_Address and later sequence.

    1) bus reset
    2) Get_Descriptor( DEVICE )
    3) bus reset
    4) Set_Address
    5) Get_Descriptor( DEVICE )
    6) Get_Descriptor( CONFIG )
    ...

    Tsuneo

Reply
  • >we used usblyzer software but its not detecting the device.

    Did you apply "automatic capture of hot plugged device" feature?

    Or try SourceUSB with "hot plugged" feature.
    http://www.sourcequest.com/

    SourceUSB misses the first Get_Descriptor, but it catches next Set_Address and later sequence.

    1) bus reset
    2) Get_Descriptor( DEVICE )
    3) bus reset
    4) Set_Address
    5) Get_Descriptor( DEVICE )
    6) Get_Descriptor( CONFIG )
    ...

    Tsuneo

Children