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
  • yeah, ive got it but now this:
    C:\Program Files\Keil\ARM\RV31\INC\intrinsics.h(25): error: #35: #error directive: "File intrinsics.h can only be used together with iccarm."

    there is an exe in the newly installed software IAR and it says:
    IAR ANSI C/C++ Compiler V5.40.2.21604/W32 EVALUATION for ARM

    what now? compiling with iccarm?
    i think this isn't going to work...

Reply
  • yeah, ive got it but now this:
    C:\Program Files\Keil\ARM\RV31\INC\intrinsics.h(25): error: #35: #error directive: "File intrinsics.h can only be used together with iccarm."

    there is an exe in the newly installed software IAR and it says:
    IAR ANSI C/C++ Compiler V5.40.2.21604/W32 EVALUATION for ARM

    what now? compiling with iccarm?
    i think this isn't going to work...

Children