• 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 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...
  • How does Simulation of STM32F407 blinky example work?
    Hello, to compare the floating point performance (Cortex M3 sw-floation point/Cortex M4 hw-floating point) I would like to simulate a Cortex M3 and a Cortex M4. I found a Blinky example in arm\boards...