Other Parts Discussed in Thread: MSP430F5325, PCM1796, PCM9211
Hello all,
Using a I2C code i have to set the various registers of two slaves PCM9211 and PCM1796 via MSP430F5325.
while after setting the registers of both on reading back, registers of PCM9211 are well settled as provided in the code but on another slave PCM1796 registers are settled to 0xFF only .
attaching some basics details of both slave kindly verify what care should be taken while setting PCM1796.
code example is :-
I2C_Write (PCM9211_address, 0x31, 0x1A) ;
I2C_Write(PCM1796_address, 0x12, 0x50) ;
here case of PCM9211 is fine but not working with PCM1796.
one more thing i would i like to share is, i just want the default register setting for the PCM1796. so just by a pulse on reset pin default registers should be loaded on PCM1796 and as code is not accessing PCM1796 registers so i don't know , either default values are loaded or not i just know, still this is PCM1796 is not processing my input data.
any type of suggestion is highly appreciated and feel free to ask any more detail about the setup.
Regards:-
Sonu Verrma