• LPC2378 MCB2300
    I am trying to serially interface a RFID module to LPC2378(MCB2300). I have tried interfacing in the following two ways: i) via the RS232 cable to the DB9 connector ii) directly from the transmitter...
  • Not Able to Init. for Ethernet in LPC2378
    Hello Friends, I am new to this group and just started learning about ARM7 controller. I am Interfacing DP83848C with LPC278 for ethrernet, I took a Sample code "easyMAC" from NXP but that not working...
  • SD/MMC Init with LPC2378
    Dear All, I have tried to format with MCB2300(LPC2378) but after I inserted the SD/MMC I have these messages: SD/MMC Card is Unformatted Format Flash Memory Card? [Y/N] Formatting failed....
  • Not Able to Init ARM LPC2378 for Ethernet
    I am interfacing ARM Controller LPC2378 with DP83848C Ethernet Physical Layer Transceiver. I have downloaded a code for ethernet related to the above interface called -EasyWEB- from NXP. While compiling...
  • BAUD RATE LPC2378 (MCB2300)
    Dear All, I have a problem with baud 9600 rate. This is configuration that I found in many samples U1LCR = 0x83; /* 8 bits, no Parity, 1 Stop bit*/ U1DLL = 3; /* for 12MHz PCLK Clock 115200...