STM32F3-Discovery: trigging FPU_IRQHandler with overflow
Posted on September 16, 2015 at 11:22Hi, I am attempting to have interrupts for overflow and underflow of `float` variables by implementing the FPU_IRQHandler function and enabling the interrupts. Using disassebly & OpenOCD debugger I can see that v...