STM32F4 Keil ARM FPU interrupts
Posted on January 08, 2013 at 11:12I want to use the STM32F4 floating point hardware FPU in my main code and in interrupt service routines. Apart from telling the compiler I'm using the FPU, do I need to do anything extra to save and restore FPU reg...