Need to create shared data in virtual memory in vxWorks
We want to create shared data in a virtual memory area in vxWorks. We've received some information that we need to use the vmLib API to map virtual memory in our application. But we don't know how to use it. If anyone has used the same or related thing, please tell me how to fix the problem.
+1
Anil
source
to share
1 answer
If you are using VxWorks 6.x, you can simply use the shared data object present in the OS. Have a look at the sdLib documentation for details, but it has a very simple interface.
+1
Benoit
source
to share