Why does the I2C_CheckEvent function hang when debugging?
I am testing the initialization module.The issue is that while debugging, when I set a break point in the if statement or use the printf statement above the while in the sample below, it hangs.It seems to be an event related issue, is there any way t...