Hi,I run the fir example on ccs,it was tested with the C6416 Device Cycle Accurate Simulator.Under debug,when it run to this line of code:
fir = FIR_create(&FIR_TI_IFIR, &firParams)) != NULL),I got that the FIR_create() function returns null,so it did't exectute the filter process.
So ,why could't the application create?Someone please help!Thanks.