Content originally posted in LPCWare by atomicdog on Thu May 10 21:07:11 MST 2012
Quote: DaveB
Thank you John.
I had a look at your code and it was basically the same as mine i.e I had not missed anything out. However, I did change updating the I2C registers from ORing 8bit values to writing an entire 32bit hex value and suddenly things worked.:eek:
CONCLR is a write only register so I'm guessing that's where things were getting screwed up. Since a read would be required to do an OR.