you are right,Later I use another board to try it,it‘s ok,the external pull-up resistors are 10k,and the EVB no external pull-up resistors and only configure the internal pull-up。its a important information。 Thank you!
there is a another quesiton,LPI2C read one byte data from a slave chip,my code as follow“”
LPI2C_DRV_MasterSendData(INST_CFG_LPI2C_I2C_MASTER, TxBuffer, 1, 0);
LPI2C_DRV_MasterReceiveData(INST_CFG_LPI2C_I2C_MASTER, RxBuffer, 1, 0)
but when excuted finish the first sentence,the SCL will be always set low,and bus is busy,so the second sentence can't excuted,and i can‘t received data.I use this function is wrong?the ack and device address is correct