
void main(void) 
{ 
for(;;){ 

/* Control Register to be selected for ConnectionMemoryLow and Stream Out_7*/ 

daddr = 0x32; 
dout = 0x17; 

/* Now put the address of input Stream input channel in ConnectionMemoryLow as a data */ 

daddr = 0xa1; 
dout = 0x1f; 


/* Control Register to b Selected for ConnectionMemoryHigh for the same outStream */ 

daddr = 0x32; 
dout = 0x1f; 

/* Now ConnectonMemoryHigh to be updated for the impedence state and other requirment for the 
Same OutputStream and Channel */ 


daddr = 0xa1; 
dout = 0x01; 
} 
} 