I am trying to program the registers on a TLV320DAC3120 EVM over I2C. (I assume an EVM can be used this way?) The registers dont seem to be affected by my program.
I noticed when I change a register through CodecControl I get the following result:
When I run my program I get the following.
I don't see anything in the datasheet specifying the need for the condition of SCL and SDA being low for some duration between the register byte and the data byte... but perhaps this is not relevant. some help would be appreciated.