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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/23/02 16:35
Read: times


 
#33015 - RE: How we can use MCU as peripheral?
You are talking about a multi-processor system with a master-slave architecture. Basically what you do is program a bundle of useful subroutines into the slave uC, and have the master uC command the slave to execute them over some communication bus (i2C, RS-232 etc). You decide on some protocol by which the master can tell the slace which subroutine to execute and have data exchange between the two.

Its a pretty useful thing to do, since you can divide the complexity of the task between the uCs. With a bus like I2C. you can expand the system to as many slaves, and even masters, as you need.

Kundi

List of 11 messages in thread
TopicAuthorDate
How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      
RE: How we can use MCU as peripheral?            01/01/70 00:00      

Back to Subject List