Post Go back to editing

Controlling a external device through i2c (Sigma350 family) not working

Category: Software
Software Version: SS 4.7

Hi everyone,

I'm trying setup a PCM1865 through my ADAU1466 using the Master Control Port I/O block.

I tryed different ways to do this, never worked.

Can someone explain me the XML file? If mine is correctly configured?

The ADC serial control port use 16-bit data words

The ADC address is 0x94 8-bit, 0x4A 7-bit (last one modified by the R/W bit)

The register address is 113 and I need to configure to 0000 1111 binary, page 0, as this picture (mute all inputs):

The first try XML:

 

After that, I tried:

Without "Dspname"

With 00 0F and len="4" on register 113

Without page select

With address byte length=1 in xml and block (Mistake? Don't know, i'm just trying every combination possible)

Block configuration:

Ps.: The xml file is in the same folder as the project.

Ps2.: My i2c e2prom is in the same bus (master i2c), so the bus is working. 

Thanks by advance