• 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...
  • 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....
  • Blinky
    I'm trying to get the blinky program into an eprom. I've tried different configurations but can't get it running without the monitor EProm. Please Help!!!!
  • Blinky example
    I am a beginner in microprocessors and I am using STR912FAW44 (an arm 9 based board). While trying to run the Blinky example (using uvision3), I get the error 'No CPU dll specified'. What kind of dll...