• 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...
  • Blinky example MCB2100
    Hello, I am using keil MCB2100 board on windows platform. I run the example Blinky to test my board. The LED's toggel on board but when I want to display results on Hyperterminal (as inticated in...
  • Serial.c file in the Blinky example
    Hi, What exactly is the purpose for the functions in the file Serial.c (putchar(), getchar()) included w/ the Blinky example? Does the Keil C not have these itself? Or for that matter, the delay()...