STM32F10x + I2C + OPENOCD & Eclipse building problem

I am using the evaluation board from Olimex which has the STM32F103RBT6 http://www.sparkfun.com/products/8559

http://dlnmh9ip6v2uc.cloudfront.net/ima … 9-01-L.jpg

and the Olimex ARM-USB-OCD JTAG http://www.sparkfun.com/products/7834 http://dlnmh9ip6v2uc.cloudfront.net/ima … -OCD-0.jpg

Crossworks refuses with the message “cannot find FTDI driver for USB device (vid=0x15BA, pid=0x0003, serial=, channel=0)” although the OpenOCD connects to the ARM-OCD-USB JTAG without a problem, I’ve noticed that I don’t have a license yet to Crossworks though! could this be the problem?

I am more and more tending to believe that the problem is in the makefile and the sequence of compilation :frowning: can someone help me setup the makefile (as I am not familiar with it at all) for my targeted project?

Or is there a way to ‘generate’ automatically using the OpenOCD with Eclpise?

k_505@hotmail.com:
Which IDE/toolchain are you using with the

STM32?

Basically just the ARM version of the gnu compiler for Linux along with

the usual cast of binutils. I found some Makefiles for a different

version of the Discovery board and hacked that until it worked. I think

this is where I started:

http://jethomson.wordpress.com/2011/11/ … -in-linux/