• MCB1700 LPC1758 LCD
    I have an MCB1770 board on my desk with LPC1758. I am playing around with the Demo example from keil.com. Program compiled and flashed successfully. I expected to see LCD show up a graph but there was...
  • RTX and EINT3
    Dear all, I use Keil RTX and want to use the EINT3. I initialized the IRQ as followed: PINSEL1 |= (1<<9); PINSEL1 |= (1<<8); EXTMODE |= (1<<3); EXTPOLAR &= ~(1<<3); VICVectAddr14 = (unsigned...
  • PHY connection MCB1700 LPC1758 LPC1768
    Hi All, I have a doubt about how to connect the P1.15/ENET_REF_CLK pin of my LPC1758 microcontroller with the DP83848 PHY chip. The Keil MCB1700 demo board use the 50MHz PHY ocillator output...
  • issue regarding External Interrupt EINT3
    Hi My external interrupt is not working. I am using LPC2388 ,configured P2.13 as EINT3 , My interrupt source is a active low signal., i configured EINT3 as falling edge. Do i need to change any code...
  • LPC1758 CAN Controller
    Hello, EveryOne I'm newbie to CAN protocole and embedded software. I need some help with the famous protocol CAN. The MCU that I use is LPC1768 and I have an evaluation bord MCB1700. I need to...