AcousticBF initialization not working on STM32H7
Hi,
I'm trying to setup the SMARTMIC package on my STM32H743 board with the CCAO2M2 board and MEMS microphones, and I want to use the beamforming library (AcousticBF version V2.2.0).
But when i call the BF_init function, I pass in the HardFault_Handler function at the AcousticBF_setConfig function call.

I've tested many things and i noticed that when I comment the SIDE_X line (SIDE_X = 147) we don't pass anymore in the HardFault_Handler function.
I have the same problem when i call the AcousticBF_FirstStep function : even if I comment the SIDE_X line in my initilization, I still pass in the HardFault_Handler function.
What could explain this behavior ?
Thank you for your help.
