User Activity

I got the latest CMSIS from github and tried using the DSP code on a STM32H743ZI chip. I call three APIs which are:arm_cfft_f32()arm_cmplx_mag_f32()arm_max_f32()The code compiles fine with GCC but when it comes time to link I get a 'undefined referen...