Long Blocking MotionFX_manger_run() Processing Time
Hi, I am currently having an issue where the MotionFX_manager_run Function is taking 4ms to process, blocking and starving other tasks. I am running at 48MHz on the STM32WB55 using the softfp compilation. How can I reduce the processing time of the function and double check it is using the FPU?
/* Run Sensor Fusion algorithm */
PORT_LPUART1_RX->BSRR = PIN_LPUART1_RX;
MotionFX_manager_run(pdata_in, pdata_out, MOTIONFX_ENGINE_DELTATIME);
PORT_LPUART1_RX->BRR = PIN_LPUART1_RX;
Thanks,
Daniel
