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
  • "Note that USB is pretty complex - it sounds like you should really be starting with something much simpler..."

    i have to make this for school project, and we don't get further instructions...

    "Embedded software like this is very specific to the hardware that it will run on - you cannot just take an example from one place, and expect it to work on any arbitrary board from somewhere completely different!"

    But where to start? an example from st, olimex or keil?

Reply
  • "Note that USB is pretty complex - it sounds like you should really be starting with something much simpler..."

    i have to make this for school project, and we don't get further instructions...

    "Embedded software like this is very specific to the hardware that it will run on - you cannot just take an example from one place, and expect it to work on any arbitrary board from somewhere completely different!"

    But where to start? an example from st, olimex or keil?

Children