Other Parts Discussed in Thread: TAS2764
Hi Team,
I am using TAS2764 EVM for my work. I am using PPC3 for the device configuration and testing. While doing the same I have found that inside the Limiter headroom adjustment window there is a portion greyed out. It contains the adjustments for slope, inflection point etc. While going through the datasheet I have found that the LIM_SLOPE1-4 registers are used for slope adjustment. I found the calculation for slope as:
dec2hex{256*round [LIM_SLOPE*2^20]}
Could you please help me on how to execute this equation. If I am setting LIM_SLOPE as 0x12 how the calculation would be. My sample calculation is as follows:
dec2hex{256*round[18*2^20]} = dec2hex{256*round[18874368]} = 0x120000000. Is this right? Or for 1V/V slope how the LIM_SLOPE value can be calculated?
Also what is the different values of LIM_SLOPE 1 - 4? is it for different channels?
Also I have seen three graphs inside the console.
- Limiter Graph
My sample calculation for the SDL threshold value for +2.5% headroom will be
SDL Threshold = (PVDD*97.5)-((PVDD*97.5)*99.25)/10000 = (16*97.5)-((16*97.5)*99.25)/10000 = 15.483
Is this right? And can we change the default 0.75 offset in headroom?
2. Thermal fold back graph
Is there is any equation to plot the graph ?
3. BOP graph
how the graph is plotted ? How the slider parameters are affecting the graph?
Also when I try to Power up the device using PPC3 after connecting to the device. It is writing to almost 300 register commands via i2c. Is all these commands necessary or is there is any simple initialization commands for the device.
Regards,
Vineeth