• 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 , 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 Version.3.1
    I am using CAN protocol example given by KEIL for MCB2300. I connected two can ports through RS232 cables. when i am debugging the code CAN1 sends a message, but CAN2 is nor able to receive a message...
  • MCB2300 Version.3.1
    I am using CAN protocol example given by KEIL for MCB2300. I connected two can ports through RS232 cables. when i am debugging the code CAN1 sends a message, but CAN2 is nor able to receive a message...
  • 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...