Resolved! Getting Junk data on I2C LCD 16x2 display while interfacing with stm32f401re Micro controller . please help
Interfaced i2c_lcd with stm32f401re and try to program without any library .but getting junk data always,tried changing delay but same. void I2C_WriteData(uint32_t data){ uint8_t data1=0,data2=0,data3=0,data4=0; data1= data & 0x000000ff; data2= ...