#168772 - Echo49 - Thu May 21, 2009 9:06 am
If you're not concerned about speed too much, why not just allocate some memory in main RAM with the ARM9 and fifo the address to the ARM7?
#168796 - Echo49 - Mon May 25, 2009 7:58 am
What I said - allocate the memory in main RAM with ARM9, then fifo the address to ARM7. Changes made by either processor would be instant, although you'll probably get a dock in execution speed due to RAM locking.
#168798 - Dwedit - Mon May 25, 2009 11:58 am
The cache will screw with you if you try to do that.
_________________
"We are merely sprites that dance at the beck and call of our button pressing overlord."
#168799 - elwing - Mon May 25, 2009 2:40 pm
and even if 32bit concurent access is fine you will always need something to assure whole data structure concurence....