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 get this data and display it) now I added the tse core to get this data and send it through the internet in addition to be displayed in the lcd . I connect m_read from sdgma_tx to the 2 different different shared memory the same for m_read sdgma_tx. it's my first project and I don't know if it's correct what I did (the system compilation was successful), or I have to copy all different data to the same location and the m_read and m_write should be connected to this single memory . another question please, is about the usage of micro OS II in the network stack , the original systems work without operating system, so I want to know if it's possible to use the micro os II for the network stack and keep the other part as it is . sorry for those basics questions. many thanks in advance