Hello,
My problem is the following:
- I set up SCI-A on CPU1 for my serial communication reception
- I set up SCI-B on CPU2 for my serial communication transmission
- I set up a IPC transfert in between CPU1 and CPU2
Both SCI-A, and SCI-B are working perfectly when used separately.
IPC transfert is working perfectly.
When i want and use SCI-A and SCI-B "together", ie i (try to) :
- receive data on CPU-1 SCI-A,
- transfert data to CPU-2 via IPC,
- send data on CPU2 SCI-B,
As far as (CPU-2) SCI-B is active i cant receive data on (CPU-1) SCI-A.
Is it normal?
Is there a kind of "semaphore sharing" mechanism to set up?
Priority access to shared devices?
Can i find examples somewhere?
Thank you!