FreeRTOS hangs - iMX8 CM7 RPMSG

I tested this workaround (with rpmsg_queue_recv_nocopy() in my case) and It doesn’t work.

Calling with 0 timeout doesn’t fix the issue.

At the moment the only effective workaround is setting configUSE_16_BIT_TICKS to 1.

I let you know.