Hello,
I'm a bit confused when I reed the datasheet for setting registers of the tlv320aic3204.
In fact, I want to disable the micbias of the chip because I have some noise at the outpout.
In the documentation, it's at Page 1 / Register 51: MICBIAS Configuration Register - 0x01 / 0x33 (P1_R51)
Bit D6 and value = 0
I saw elsewhere that it should be w 30 33 00 but I don't understand.
30 is for i2c ; 33 for the register ; 00 for the bit D6 and value 0.
How it's possible to selec bit D6 AND value with only 2 digit?
For enable mic bias, I saw it's w 30 33 40.
How 40 can be bit D6 + value 01
Even if I converse in hexa it's not possible.
If someone could light me on this please?
thank you