Other Parts Discussed in Thread: SYSBIOS
Hello people,
as my first post in this excellent community I have the following doubt.
I will use the MSGQ module for inter-cores communication on C6616 DSP. If I use, at the receiving side, the
MSGQ_get()
function, shall I block the receiving task on this call?
Or, shall the receiving task be woken by the operating system as the sender has sent its message, and then the receiver will get it via MSGQ_get() ?
Thanks
Roberto
