Resolved! xQueueSendFromISR hangs out application [SOLVED]
Hi All,I use FreeRTOS and I try to use USART by interrupt. When I call xQueueSendFromISR my application hangs out. I've set full assert but it never reaches assert_failed or Error_Handler functions. I use NUCLEO-64 STM32F411RE board with 1.25.0 firmw...