Sending Data to Queue from Tasks in Both Cores
Posted: Thu Dec 24, 2020 3:15 pm
Hello. Just starting to relearn RTOS techniques learned in college MANY years ago.
So, if I have tasks running in Core 0 and Core 1, can they each safely send data to the same FreeRTOS queue without any special precautions? Or, should the queue first be locked using a mutex?
Thanks.
So, if I have tasks running in Core 0 and Core 1, can they each safely send data to the same FreeRTOS queue without any special precautions? Or, should the queue first be locked using a mutex?
Thanks.