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

issue in display of usb using LPC1758 microcontroller

i am using LPC1758 microcontroller and i have write a program to connect USB to computer. when i debug my program, my device is displaying in device manager but not in connected devices in computer. what is the issue??

Parents
  • When you have an USB device, you cannot stop the execution at any point because PC will try to enumerate the device and communicate with it and if you stop it with debugger it will not respond to PC requests in time and PC will not properly mount it.

Reply
  • When you have an USB device, you cannot stop the execution at any point because PC will try to enumerate the device and communicate with it and if you stop it with debugger it will not respond to PC requests in time and PC will not properly mount it.

Children