• 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 program
    hi there, Iam using LPC2368 based MCB2300 eval. board and iam unable to see the output for the blinky program on the hyperterminal. I have refered the applications notes but problem remains. Iam using...
  • 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.
  • 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...
  • EINT1 example on MCB2103 and blinky example
    first : For some reason there are NO pullup resistors on the MCB2103 board pin GPIO 0.17 and 0.18 both are open drain outputs. Thats why 2 leds will not blink with the blinky example. If you try...