Spectral Analysis block Low pass filter cause Fatal error when running classifier on STM

Question/Issue:
when I use Spectral analysis block without Low pass filter everything works (Running a classifier on STM32u575 and getting the prediction of binary classification) but when I use a Low pass filter option with cut off frequency of 5 and order of 2 the run classifier on stm cube ide yields this error|
/**

  • @brief This function handles Hard fault interrupt.
    /
    void HardFault_Handler(void)
    {
    /
    USER CODE BEGIN HardFault_IRQn 0 */

/* USER CODE END HardFault_IRQn 0 /
while (1)
{
/
USER CODE BEGIN W1_HardFault_IRQn 0 /
/
USER CODE END W1_HardFault_IRQn 0 */
}
}
HardFault_Handler() at stm32u5xx_it.c:87 0x800f336

Project ID:
278174 (but I won’t keep the low pass filter you can test it on your own projects)
Context/Use case:

Hi @Alaa_Nasef1996

Thank you for alerting us to this, let me check with the DSP team and get back to you.

Best

Eoin