ISR does not context switch out to its respective task using freeRTOS
Hi everyone, first time using freeRTOS and everything is working besides context switching from an ISR.The STM32H743ZI has DMA (DMA1_Stream0) setup as UART Rx. This triggers an ISR that sends a queue for task synchronization, as the task that receive...