Free RTOS queue mechanism does not work as expected.
Hi, I have written below application. When manager task is scheduled for the 2nd time, the xStatus and xWorkTicketId get strange values as seen below. When employee task is scheduled, xStatus gets "0" which indicates no variable in the queue wai...