Hello,
I’m working with i.MX8QM Cortex-M4 running FreeRTOS.
I use the NXP FlexCAN driver with interrupt callback. Inside the callback I try to call xSemaphoreGiveFromISR(), but the program always hangs/stuck at that point.
I already tried changing interrupt priority and checked FreeRTOS config, but still same result.
Does anyone have a simple example how to use FlexCAN with FreeRTOS task (semaphore or task notify) on i.MX8QM?
Here is my main program.
https://pastebin.com/BrhXQC1w
Thanks.