• MCB2300 3.1 Blinky Program
    Hi, I have this board, cannot find install disk. Looking to either download the whole disk or at least the blinky program for this board. Regards, Dana.
  • MCB2300 3.1 Blinky Program
    Hi, I have this board, cannot find install disk. Looking to either download the whole disk or at least the blinky program for this board. Regards, Dana.
  • Bug in MCB2300 Blinky Example
    I have found a bug inside the LCD_4bit.c source file: void set_cursor (unsigned char column, unsigned char line) { unsigned char address; address = (line * 40) + column; address = 0x80...
  • Bug in MCB2300 Blinky Example
    I have found a bug inside the LCD_4bit.c source file: void set_cursor (unsigned char column, unsigned char line) { unsigned char address; address = (line * 40) + column; address = 0x80...
  • MCB2300 Blinky example stuck in simulator
    Has anybody figured out why the MCB2300 Blinky example project doesn't run in the simulator? It gets stuck at line 376 of the startup code in LPC2300.s, where it's waiting for the osc to stabilize....