• Unable to use SSP port fo LPC2388
    I am using LPC2388 & I want to use SSP1 port I have done following configuration PINSEL0 |= 0x000FC000; /*to Select SPI Pin */ SSP1CR0 |= 0x907; /* 8 Bit, SPI*/ SSP1CR1 |= 0x02; /* SSP Enable...
  • LPC2388 Not programming
    Hi All, We are using LPC2388 in our project but we are not able to program/erase it neither via JTAG nor via serial, whereas we are able to do it on Keil's MCB2388 board. We copied the schematic...
  • lpc2388, http server problems
    Hi, I have been using the lpc2388 and facing the http server problem. After some time controller running I am not able to open the web server. but I am able to ping the controller by using...
  • LPC2388 ethernet driver problem
    Dear all, We have designed a board using LPC2388 and DP83848 PHY referencing the MCB2300 schematics. I am trying to test the ethernet driver for it and cannot receive any new frames. It doesn't call...
  • USB Keyboard connected with LPC2388
    Hello, I want to connect the USB keyboard to the LPC2388. When the button 7 is pressed, it will be displayed on the LCD 7 . How can i connect the USB keyboard to the LPC2388? Thanks for your help...