i'm using STM32 as Master Receiver and i successfully used the I2C protocol to receive data for another microcontroller. Now i´m trying to receive 2 consecutive bytes without need to send twice the address. The first byte is correctly sent but the 2nd isn´t. Can someone give me the correct steps of code to receive 2 bytes or an idea to do that?