Open GoogleCodeExporter opened 9 years ago
It's been over a half-year. Is there anything I can provide to move this along?
Original comment by natew...@gmail.com
on 4 Oct 2012 at 11:43
have the same problem, verified with scope while comparing arduino-arduino (no
repeated start) with arduino-p2020(repeated start).
workaround is to comment out "twi_stop()" in Wire/utility/twi.c:411
would really like to see this fixed.
Original comment by myownema...@gmail.com
on 8 Nov 2012 at 7:47
I brought up this issue over 3 years ago in this thread:
http://arduino.cc/forum/index.php/topic,46446.msg335953.html#msg335953
You'll have to read the thread in order to understand why nothing will be done
about it.
Emily Pearson
Original comment by Emily.Ja...@gmail.com
on 11 Nov 2012 at 12:18
Emily, the fact of the matter is that a recent (??) change to the WIRE library
to allow the MASTER to support repeated starts created this bug. Prior to the
change going in place (~14 months ago), a slave would work fine with repeated
starts. The bugfix is to remove the change (obviously untested) change to the
WIRE library, which only affects SLAVE devices.
Original comment by natew...@gmail.com
on 11 Nov 2012 at 1:22
Oh, okay. The documentation is pretty sparse for the Wire library. A few
examples might make clearer what it is capable of now. The email between Todd
Krein and David Mellis in December of 2011 doesn't read like what you are
implying.
Read this email thread:
http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&cad=rja&ved=0CDwQ
FjAC&url=http%3A%2F%2Farduino.cc%2Fpipermail%2Fdevelopers_arduino.cc%2F2012-Janu
ary%2F006184.html&ei=jQOfUOrfIoSNygHf14GAAg&usg=AFQjCNFgr31PuEOWEYszUVoJ1tQ1qETd
kA
Original comment by Emily.Ja...@gmail.com
on 11 Nov 2012 at 1:48
The referenced thread is talking about using the Arduino as a master, and not
as a slave, which is what the bugfix is about.
Original comment by natew...@gmail.com
on 11 Nov 2012 at 4:25
Sorry, I misunderstood.
Original comment by Emily.Ja...@gmail.com
on 11 Nov 2012 at 5:00
Why is this not fixed since 3 years?
Original comment by christia...@gmail.com
on 14 Apr 2015 at 1:31
3 years, and nothing has been done? C'mon folks, this is an easy bug to fix,
and the current code violates the I2C spec...
Original comment by nwilli...@sofi.org
on 30 Apr 2015 at 1:44
Original issue reported on code.google.com by
natew...@gmail.com
on 7 Mar 2012 at 3:05