Hello.
Is there possibility to use floating point coprocessor instructions in IRQ, with assumption that other task also use VFP?
Of course, task which use VFP began with vPortTaskUsesFPU() call, but it is not enough.
In IRQ handler, no VFP registers is saved to stack and poped back, and my tasks is not working correctly.
Is there any FreeRTOS port service functions to save VFP registers in IRQ and to restore VFP state after complete IRQ?
I use Keil MDK-ARM.
Regards,
Vitaliy Bortsov