Hi all,
I am calling arm_rfft_fast_f32 which uses the FPU on the nRF52840.
Unfortunately when I disconnect from BLE connection and stop advertising, the consumption remain around ~600 uA, while if this function is not used the consumption decrease to 2~4 uA.
I try to implement both methods to handle FPU interrupts with no success... Is there anyway I can check if interrupts are properly cleared ?
Best regards,