Greenworld 0 Posted September 12, 2014 Share Posted September 12, 2014 I wanna implement I2C communication, when I write data, it can not exit the following command: while(I2CMasterBusy) { } How I can solve my problem. Thanks in advanced! Quote Link to post Share on other sites
L.R.A 78 Posted September 12, 2014 Share Posted September 12, 2014 Simple I2CMasterBusy is a constant. It's I2CMasterBusy(I2C0_BASE), change the base to the I2c you are using Quote Link to post Share on other sites
Greenworld 0 Posted September 12, 2014 Author Share Posted September 12, 2014 THANK @L.R.A Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.