Forum Discussion
Altera_Forum
Honored Contributor
13 years agoMultipreocessor , TSE and micro os II
Hi all, I'm working in a multiprocessor system, it contains 3 processors to process some data and each processor store the result in different shared on-chip memory (another processor ge...
Altera_Forum
Honored Contributor
13 years agoThe easiest way is to dedicate only one of the processors to network traffic. Then you only need to connect the DMAs to the memory used by that processor, and if you need to share data with the other processors you can do this on the application level.