Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/26/06 17:49
Read: times


 
#115071 - Re type as your requirement
Responding to: ???'s previous message
#include <REGX55.H>
#define lo 0
xdata int daddr,dout;
/* PCM progm in which Input stream_0 and channel_31 is being connected wd
Output stream_7 and channel_0 */
/* For this Project we have to adopt the following procedure
first of we all to set the Control Register and then set memory connection low
and then to set then memmory connection high for the same channel
Here we have to remember the some more point like in control Register Cr7b must be set
properlly When it is 0 The program followup the Cr4b and Cr3b.
When it is 1 it read from DataMemory and Write to the ConnectionMemoryLow */
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; 
} 
} 




List of 25 messages in thread
TopicAuthorDate
MT8980            01/01/70 00:00      
   why            01/01/70 00:00      
      Why indeed            01/01/70 00:00      
      You forget so quickly?!            01/01/70 00:00      
   Not Forget            01/01/70 00:00      
      What, then?            01/01/70 00:00      
         MT8980            01/01/70 00:00      
            shure, post it            01/01/70 00:00      
               and maybe some hardware explanation            01/01/70 00:00      
                  MT8980 and 8051 code            01/01/70 00:00      
                     Do pay attention!            01/01/70 00:00      
   Re type as your requirement            01/01/70 00:00      
      any decent compiler will ptimize the ict            01/01/70 00:00      
         Explain            01/01/70 00:00      
            you are way out in left field            01/01/70 00:00      
               Thanks            01/01/70 00:00      
                  how can I help you cook a fish when you            01/01/70 00:00      
         Ptimize            01/01/70 00:00      
            setting volatile will not make it any le            01/01/70 00:00      
               Quite so            01/01/70 00:00      
      Not typed as per requirement            01/01/70 00:00      
      Your Code            01/01/70 00:00      
   Suggestion            01/01/70 00:00      
      a suggestion            01/01/70 00:00      
         Thanks            01/01/70 00:00      

Back to Subject List