Hello when i want Using usb host and usb device in a program with lpc1788 , i add usbd_lpc17x_8x & usbh_ohci_177x_8x.c to my project but function usb_irqhandle define in both file how solve this conflict?
maybe you need to choose one of the files to add to your project and leave the other one out.
No all file needs
This has been addressed in latest mw and LPC1700_DFP pack.
For older version you will have to make common IRQ USB Handler that will call Device or Host IRQ handler depending on interrupt that happened.
View all questions in Keil forum