Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

TAS5825MEVM: PurePath dump of 2.1 configuration for sub woofer incorrect.

$
0
0

Part Number: TAS5825MEVM

When you output the include file for the sub channel to an include file The results is this

cfg_reg registers[] = {

    { 0x00, 0x00 },
    { 0x7f, 0x00 },
    { 0x03, 0x02 },
    { 0x01, 0x11 },
    { 0x00, 0x00 },
    { 0x00, 0x00 },
    { 0x00, 0x00 },
    { 0x00, 0x00 },
    { 0x00, 0x00 },

};

Loading that into the eval board kills the audio to the sub.

What it should be( based on I2C capture is

const cfg_reg sub_registers[] = {

    { 0x00, 0x00 },
    { 0x7f, 0x00 },
    { 0x03, 0x02 },
    { 0x01, 0x11 },
    { 0x00, 0x00 },
    { 0x00, 0x00 },
    { 0x00, 0x00 },
    { 0x00, 0x00 },
    { 0x02, 0x04 },
    { 0x03, 0x03 },    
      

  };


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>