This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32-103STK usb connection

I have a STM32-103STK board with a keil ulink-me usb programmer. My job is to create a USB connection to the pc.
I've downloaded the USB-HID demo from keil (http://www.keil.com/download/docs/361.asp), compiled it and loaded it onto the board. But the demo isn't working. I know it would not work as it should be cause this board hasn't have the leds, but windows should recognize a USB device I think.

Does anyone knows how to get this working? Would this demo work on this board?

Parents
  • The normal starting place for embedded novices is to blink a LED.

    Then the standard "Hello, World"

    Then build on that!

    Given that you have an Olimex board, then Olimex is the obvious place to look for examples!

    If the Olimex examples are for IAR, why are you using Keil?

Reply
  • The normal starting place for embedded novices is to blink a LED.

    Then the standard "Hello, World"

    Then build on that!

    Given that you have an Olimex board, then Olimex is the obvious place to look for examples!

    If the Olimex examples are for IAR, why are you using Keil?

Children