Hi
In my 6678 aplication the linux is run on core0 and there are SYS/Bios on other cores, i need a share region to be accessible from all cores (linux and sys/bios),
In the syslink samples directory I found a shareRegion example that create 3 sharedRegoin in the hlos side, but in the rtos side there is not any API to read from SharedRegion (created in the hlos side).
my questions are :
- how can Include created ShareRigions in rtos side?
- what are the APIs to read from share region from rtos side?
- how can write data in shredRegion in hlos side? (can I use *(address)=value);
thanks