Page 3 of 3

Re: i2c thing

PostPosted: Thu Nov 06, 2014 5:07 pm
by tuloski
Can I find more recent code for I2C?

I noticed in the uploaded old code, into the driver of I2C (stm32f10x_i2c.c) that the clock speed is set to 5000. Why is this so low? Any problem running it at maximum of standard mode (100k) or fast mode (400k)?

Re: i2c thing

PostPosted: Thu Nov 06, 2014 5:41 pm
by bn999
There is no I2C code in the trunk. Anything you might have found would have been a branch made by someone at some point.

Re: i2c thing

PostPosted: Fri Nov 07, 2014 1:45 pm
by tuloski
Yeah,
I was referring to the code uploaded in this topic from a user.

Re: i2c thing

PostPosted: Fri Apr 03, 2015 5:09 pm
by M00nMan
I got our code with googe-code ESC software trunk (V2) build no. 6184 running. :D In some initial tests it seems I2C works properly. :) But much more testing is necessary. ;)