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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/14/01 12:20
Read: times


 
#12507 - RE: Multiprocessing using 8051
Do you mean multiprocessing in the traditional use "one uC running several tasks at the same time" ?. From your post it seems you mean "multiple uCs running each a task and communicating with each other". In the first case, the '51 is not a good multiprocessor, look at the XA. In the second case you have several options depending on your need. Maximum flexibility and speed - forget master slave - use dual or quad port RAM (cypress semiconductor has a nice selection). Multimaster - and slow - use I2C. Master slave use 485 or IIC or - if serial w/o drivers. One way I have used with success in a many processors setup is to have a processor as the communications master and nothing else. The '51 in 9 bit mode is very efficient in not disturbing the slaves without cause.

Have fun,

Erik

List of 5 messages in thread
TopicAuthorDate
Multiprocessing using 8051            01/01/70 00:00      
RE: Multiprocessing using 8051            01/01/70 00:00      
RE: Multiprocessing using 8051            01/01/70 00:00      
RE: Multiprocessing using 8051            01/01/70 00:00      
RE: Multiprocessing using 8051            01/01/70 00:00      

Back to Subject List