Hello,
I have problem with starting up tda7314. I read the datasheet and i was thinking i understood it but i couldnt comunicate with this chip so far. I send all the options for test without changing sound, just for test but i dont get any output signal. Here is code i 'wrote' ![]()
void setup(){
Wire.begin();Wire.beginTransmission(136); adres
Wire.write(0) ; //full volume
Wire.write(192); //att lr to 0db
Wire.write(224); //att rr to 0db
Wire.write(128); //att lf to 0db
Wire.write(160); //att rf to 0db
Wire.write(B11000); //stereo
Wire.write(111); //bass 0db
Wire.write(127); //treble 0db
Wire.endTransmission(); //stop
}