2015-01-27 05:07 PM
I created a project by STM32cubeMX, the project has : I2C communication with sensor, display data by LCD segment:
int main(void){ MX_GPIO_Init(); MX_I2C1_Init(); MX_LCD_Init();..........But, when have MX_LCD_Init(); i2c dosen't run,i remove MX_LCD_Init(); i2c runi2c and lcd don't run together.can who help me this problem.thanks all.