Re: I2c problem on 96b Carbon.
Iñaki Malerba <inakimmalerba@...>
Hi Yannis. Thanks for your answer.I found out yesterday it was looping on `handle_rxne` because i've commented a line. Now, cherrypicking that commit, gets looped on `handle_txe` as it doesnt generate the stop condition (`i2c_burst_read` adds the I2C_MSG_RESTART flag).
On Fri, Aug 4, 2017 at 3:53 AM, Yannis Damigos <giannis.damigos@...> wrote: Hi,
|
|