Facing issue with Stm32F303 + FreeRTOS : xQueueSendFromISR in UART Rx interrupt.
Posted on August 03, 2015 at 11:11Hello All,I am new to FreeRTOS with STM32F303 (ARM CM4F). I am trying to send data received from UART in queue using xQueueSendFromISR call. I am always entering into assert while accessing xQueueSendFromISR from UA...