I am having a problem with the I2C driver in 1.04.02.The driver is getting stuck in drv_i2c.c_DRV_I2C_QueuePush Line #299
DRV_I2C_BUFFER_OBJECT * ptr = dObj->queueHead;
while (ptr->next != NULL)
{
ptr = ptr->next;
}An entry..