NUCLEO-N657 CMSIS-DSP arm_vec_fft.h build error of incompatible types
I am setting up my first m55 STM32 project using the NUCLEO-N657X0 dev board with the CMSIS DSP libraries. I have copied the CMSIS DSP libraries into my project and I have added the CMSIS-DSP include paths into my project, but I am receiving the following build error message,
arm_vec_fft.h: error: incompatible types when assigning to type 'uint32x4_t' from type 'int32x4_t'
Can you please provide a recommendation to resolve this error?
Thank you.




