• 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...
  • Swapped Characters with Older Serial.C putbuf()
    The solutions I wrote about in "Problems with putchar and putbuf in "Getting Started" and Traffic example" at: < http://www.keil.com/forum/docs/thread11351.asp> seem to have solved all our serial...
  • 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...
  • STM32-Discovery Blinky example
    Hi all, I am trying to run the Blinky example for the STM32 Discovery board. The path is typically: C:\Keil\ARM\Boards\ST\STM32-Discovery\Blinky\Blinky.uvproj When I run the example project...
  • 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...