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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/09/03 17:44
Read: times


 
#43139 - RE: Simple protocol for 2 MCUs communicatio?
Responding to: ???'s previous message
If you have enough I/Os left, use 8-bit bi-directional scheme. It is much faster than any serial communication. Here is what you may want to try:

1)8-bit bi-direction port (connecting uC A and B)
2)Req_A2B (request to transmit A --> B)
3)Ack_B2A (request granted for A --> B)
4)Req_B2A (request to transmit B --> A)
5)Ack_A2B (request granted for B --> A)
6)Strobe (connecting between A's EX0 and B's EX0)

Each uC will look at the other's Req line before asserting its own and then wait for Ack to be available.



List of 20 messages in thread
TopicAuthorDate
Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
   RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
   RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
      RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
   RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
   RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
      RE: Simple protocols            01/01/70 00:00      
         I can't use serial communication because            01/01/70 00:00      
            RE: I can't use serial communication because            01/01/70 00:00      
               not only            01/01/70 00:00      
                  RE: not only            01/01/70 00:00      
               more serial ports            01/01/70 00:00      
   RE: Simple protocol for 2 MCUs communica            01/01/70 00:00      
      Cristian Ceausescu email            01/01/70 00:00      
   RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
      RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
   RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
      RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
         RE: Simple protocol for 2 MCUs communicatio?            01/01/70 00:00      
            Bus is a bi-dir line            01/01/70 00:00      

Back to Subject List