hello again,
i wrote a program for EVM6474 with CCS4 where two cores (master and slave) are exchanging IPC events.
I post a "processing SWI" inside the callback function registered to the IPC event in the slave core. But the problem is the program does not switch immediately to the "processing SWI", and it continue the execution of the "callback function" instead. Then it executes the "processing SWI".
that creates for me a synchronization problem since i need to switch immediately to "processing SWI". I gave it the a priority "15" even "30", but in vain.
any way to make "processing SWI" preempt the callback function?
regards.