• 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...
  • 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!!!!