Hello,
I'm doing a bidirectional communication between a android phone and a microcontroller in the following sequence:
The Problem I see is, that the data written at step 3. is only successfull for the first cylce. The i2c write is alright, but the phone does not read the new data, it always reads the values from the first cycle
I quess my seassion Register configuration does not match for the 2nd cylce, has someone a idea here?
Solved! Go to Solution.
Hello Kan,
I found the solution. You always need to disable the put-through mode before changeing the transfer direction.
Hi Kai,
Could you provide more details regarding this issue? Like data log between the phone and micro controller.
Thanks for your patience!
Have a great day,
Kan
Hello Kan,
I found the solution. You always need to disable the put-through mode before changeing the transfer direction.
Hello kaibuechler ,
I saw that you find the solution, can you attach the project to see how you did it, becuase i would like to do the same.
it will be very helpfull for me
thanks for all