Question
Error: L6218E: Undefined symbol arm_fir_init_q15 (referred from low_pass_filter.o).
Posted on March 25, 2014 at 06:58
I have a low pass filter function in my project which calls q15 fir filter. The first statement in the filter function is &sharpinclude ''arm_math.h''. When complie the project, I received following error:
.\Obj\transmitter.axf: Error: L6218E: Undefined symbol arm_fir_init_q15 (referred from low_pass_filter.o). Since I have included ''arm_math.h'' which defines symbol arm_fir_init_q15, why the compiler says it is undefined? Can anyone please help explain? Thanks! Jim #stm32