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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/06/06 18:49
Modified:
  12/06/06 18:52

Read: times


 
#129089 - NOOOOOOOOOOOOOOOOOOOO
Responding to: ???'s previous message
When RB8 = 0, the address is sent and IN HARDWARE is checked against the uP's own address. IF the address's match then SM2 = 0, and the next byte will be read into SBUF.

NOOOOOOOOOOOOOOOOOOOO

When RB8 = 1 (TB8 set by the transmitter), the address is in SBUF.

and IN HARDWARE is checked against the uP's own address if SADDR and SADEN is employed, if not the check is done in software. When employing SADDR and SADEN, RI will only occur on a match.

IF the address's match, the software then set SM2 = 0, and the next byte transmitted will go into SBUF.

SM2: set RI only on RB8
SM2, SADDR and SADEN set RI only on RB8 and address match.

do yourself a favor forget about SADDR and SADEN till you get TB8, RB8 and SM2 down pat.

Erik

NOTE: Using Tb8/RB8 to signify address is 'standard practice' for now, ignore the possibility of other uses.

List of 27 messages in thread
TopicAuthorDate
Multiprocessor Communication SADDR & SADEN            01/01/70 00:00      
   I think you need to use 9bit mode            01/01/70 00:00      
   Not Mode 1!            01/01/70 00:00      
      ohhhhh            01/01/70 00:00      
         For reference            01/01/70 00:00      
         the better datasheets ...            01/01/70 00:00      
            Not in the so-called bible            01/01/70 00:00      
               that is correct, however            01/01/70 00:00      
      SM2 Bit            01/01/70 00:00      
         I remember it this way: "when SM2 is set I only ge            01/01/70 00:00      
      sortof an unrelated question            01/01/70 00:00      
         sort of short answer :)            01/01/70 00:00      
   still having trouble...            01/01/70 00:00      
      SADEN and SADDR is a bitch to explain            01/01/70 00:00      
         i thought SM2 sets address recognition...            01/01/70 00:00      
            it does - and it does not            01/01/70 00:00      
   automatic            01/01/70 00:00      
      comments            01/01/70 00:00      
   use SFR            01/01/70 00:00      
      I thought that but            01/01/70 00:00      
         my compiler....ummm...uuhhhh            01/01/70 00:00      
            Use an existing wickenhaeuser sfr definitio            01/01/70 00:00      
               hmmm            01/01/70 00:00      
                  NOOOOOOOOOOOOOOOOOOOO            01/01/70 00:00      
                     ok bare with me...            01/01/70 00:00      
                        almost            01/01/70 00:00      
                           Thanks!            01/01/70 00:00      

Back to Subject List