Resolved! I2C Data Transfer Problem
I am trying to send data over I2C3 Using STM32F429 Dev Board and Everyting works fine except the HEX Data I want to sendI am Passing this function HAL_I2C_Mem_Write(&hi2c3,0x30<<1,0x09,I2C_MEMADD_SIZE_8BIT,0XFF,1,100); And Getting the Following Outpu...