• LPC1769 LpcXpresso EMAC
    Hi, I want to port some LPC1768 code to an LPC1769 LpcXpresso board. The problem is that the project EMAC (EMAC_LPC17xx.h) uses the DP83848C phy and the LpcXpresso uses the LAN8720A. I was going to...
  • lpc1769 usbhid example
    Hi all, I am trying the keil usbhid example with my board and gui. My aim is to send three adc value to my gui by usb. but i can send only one adc data, i can't send the other two. I have tried to...
  • lpc1769 usbhid example
    Hi all, I am trying the keil usbhid example with my board and gui. My aim is to send three adc value to my gui by usb. but i can send only one adc data, i can't send the other two. I have tried to...
  • LPC1769 LpcXpresso EMAC
    Hi, I want to port some LPC1768 code to an LPC1769 LpcXpresso board. The problem is that the project EMAC (EMAC_LPC17xx.h) uses the DP83848C phy and the LpcXpresso uses the LAN8720A. I was going to...
  • LPC1769 USB DMA Mode
    Hi, I am currently using IN EP3 of the LPC1769 to realize Isochronous transactions to the Host. I have configured the this endpoint in the DMA mode LPC_USB->EpDMAEn = 0x80; I enable the DMA...