STMF723 I2C slave sequential receive
I am working in STM32F723 in slave mode, I need to receive 2 bytes from master, which is the register address to read from slave.I used HAL_I2C_Slave_Sequential_Receive_IT function with buffer option FIRST_FRAME.I called HAL_I2C_EnableListen_IT befor...