Hi
I try to read and write to the TLV320AIC1110 with Aardvark and their Control Center software.
The TLV320AIC1110 has write address 0xe2 and read address 0xe3.
To read I have used a batch script in the Control Center software that looks like this:
<aardvark>
<configure i2c="1" spi="0" gpio="1" tpower="0" pullups="0"/>
<i2c_bitrate khz="100"/>
<note> Read </note>
<i2c_write addr="0xe2" count="1" nostop="0" ten_bit_addr="1" combined_fmt="0" radix="16">
00
</i2c_write>
<sleep ms="100" />
<i2c_read addr="0xe3" count="1" nostop="0" ten_bit_addr="1" combined_fmt="0"/>
</aardvark>
First I try to write to 0xe2 which register I want to read from. I then try to read from 0xe3.
The result is basically nothing. Either the write or the read works since in the log of the Control Center software it says that the write and read length were zero.
Has anyone used Aardvark with TLV320AIC1110 or and got any tips?
/Jonas