I2C question ?
Dear Members,I tried to initialize I2C in STM32F107but got the straight line on Logic Analyzer,I have no idea why ????The codevoid test() { data_t[0] = 0x0C; //en=1, rs=0 data_t[1] = 0x08; //en=0, rs=0 data_t[2] = 0x0C; //en=1, rs=0 data_t[3] ...