Resolved! STM32L4 Freertos - read specific item from queue without removing item from the queue.(peek)
Hi, I have STM32L496 and use Freertos 10.2. Everything is fine, but I would like read data from queue without removing from the queue. I discovered function xQueuePeek() but I dont know how to use it if I can read specific item from Queue. For examp...