DMA IRQ handler can not call FreeRTOS API
Posted on June 26, 2015 at 04:01Hello,I am trying to add a semaphore within stm32_eval_i2c_ee.c IRQ handlers for synchronization. The current implementation polls a variable that is modified by the RX/TX IRQ handlers. Here is a link to a post on the...