Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Does anybody know the answer?Is my understanding the of mailbox wrong?
- Altera_Forum
Honored Contributor
I didn't have a look at the software part of the tutorial, but you are free to use the location that you want in the shared memory. Maybe they want to use the first 2k to store some other data...
- Altera_Forum
Honored Contributor
--- Quote Start --- I didn't have a look at the software part of the tutorial, but you are free to use the location that you want in the shared memory. Maybe they want to use the first 2k to store some other data... --- Quote End --- Hi,thank you for your reply.But I think the first 2k is just used as the shared memory which woul store the message between the 2 processors.What I feel confused is that why they partition the shared memory in this way: first 2 K :shared memory; second 1K:mailbox; third 1K :shared memory. - Altera_Forum
Honored Contributor
It's a good question... but it isn't best or worse than any other solution. As long as you are using an offset inside the shared memory it will work.
- Altera_Forum
Honored Contributor
--- Quote Start --- It's a good question... but it isn't best or worse than any other solution. As long as you are using an offset inside the shared memory it will work. --- Quote End --- OK.Thanks.It is only a little strange