I am using LL library on STM32F446 for an I2C master, I am trying to comunicate with a device with 0x7B address, after sending the address I don't get the ADDR flag, insted I get ADDR10Here is my interrupt code: if (LL_I2C_IsActiveFlag_SB(I2C1)) {...