Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MultiProcessor architecture

Status
Not open for further replies.

raja.bhavanam

Junior Member level 3
Joined
Nov 22, 2005
Messages
28
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,502
Hi,
how to provide an interface between two processors ....
how the data transfer will happen between those two processors.....
 

These ebooks might help you!?

Multiprocessor Systems on Chips

Ch4. Architecture of Embedded Microprocessors

Pipelined Processor Farms: Structured Design for Embedded Parallel Systems
 

there is a method called MMU which will connect the 2 processors with the resources being used u have to use crossbar switches into the design
 

Hi stransno,
This following link is not available in the forum...if u have can u send it to me

Multiprocessor Systems on Chips
Ch4. Architecture of Embedded Microprocessors
 

For the data transfer between two processors, if your USART already used for other communication, you can do:

1. Using the SPI mode pins, or
2. If u are not familiar with SPI, just using normal I/O port and write the sample data functions yourself.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top