Hi,
Is it possible to put some messages without getting them back? Like this:
Core0: get data from peripheral
Core0: put msg with data to core1
Core1: get msg with data and process. doesn't put msg to core0
Core0: get data from peripheral
Core0: put msg with data to core1
When a msg is put the task loses its ownership, so how can I do multiple put's?
Do I have to allocate the message again?
If it's not possible to use MessageQ is there other way to do that?
Thanks for any help.