• MCB2300 + SPI serial flash issue
    Hello, I'm trying to use the MCB2300 board (LPC2378) with an external serial flash using SPI (ST M25P80). First, I used SPI without interrupt and it works without any problem. But LPC2378 SPI has...
  • MCB2300 + SPI serial flash issue
    Hello, I'm trying to use the MCB2300 board (LPC2378) with an external serial flash using SPI (ST M25P80). First, I used SPI without interrupt and it works without any problem. But LPC2378 SPI has...
  • 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...
  • MCB2300 blocked
    My error is same as thread 9407 but as no solution was made avilable, i am repeating the problem again. The device is overclocked and runs unstable due to wrong PLL divisor value so is it possible to...
  • MCB2300-Ethernet
    I'm using ethernet function of MCB2300.I find all the MCB2300's example program using interrupt mode,and the function: static void interrupt_ethernet (void) __irq; but i want using poll mode...