Hello,
i want to use the arm cortex a9 to share memory between both cores. are there any examples online?
Thanks,
Mike
Hi,
To help you, we need a little more informations . Is that an hardware question or question about programming language ? I suggest you to read for start :
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dai0228a/index.html
Shared memory management is directly managed in general by operating system.Look at for SMP ARM Process for more than explainations.
Here an old smp procces :
http://lxr.free-electrons.com/source/arch/arm/kernel/smp.c
You need to refresh it by downloading the lastest kernel source !
View all questions in Cortex-A / A-Profile forum