I2C reads FF and stucks
Hi everyone!
I'm using two uC, STM32F105VCT7TR and MSP430G2452, and I'm establishong an I2C communication between them, with the STM32F105 being the master and MSP430 the slave. For the write operation, the communication works fine. However, when performing a read operation, things do not go as expected - I can't read the data (every time I get FF data) and the bus gets stuck.
Here's what I'm doing to read the MSP data.


Here's the scope.

Could anyone help me, please?
