Question
Strange behavior with FreeRTOS when sending data queue.
I'm sending ADC results via queue (data in a struct). The data values being sent shown in picture 1, and they are as expected. When receiving some of the data missing and in wrong place. Rows 1&2 are missing and rows 13&14 are all zero. What is this? Here is also how I'm doing the queue receive. Anyone knows what's happening here?
picture1. sent

received


