Other Parts Discussed in Thread: HALCOGEN
I have enabled FPU and routed FPU exception to VIM Ch 47 as FIQ (also tried IRQ). I have enabled exception propagation for the FPU in Aux Contrl Register 8-13. I enable interrupts _enable_interrupt_() in my application and then I execute an FPU operation like div by zero. I don't get an interrupt. Did I miss any steps?
Other interrupts like gionotification works fine.