I have a camera app running that uses Free Rtos and the camera setup and interrupt handler are inside a task and that works (I see the interrupts when the FIFO is full) but now I'm working on another program that doesn't use a RTOS and the setup is the same but I never get the interrupt, does the handler need to be in a task?