Tool/software:
Hello TI,
In order to assess the performance of the C7x, I first implemented my own FIR algorithm on CCS and collected the number of MAC operations generated while running this code.
Then, my goal is to use the code provided by TI concerning the implementation of a FIR algorithm in a CCS project. To do so, I tried to use the same code as DSPLIB_fir_example.cpp; however, it failed. The issue is that my compiler cannot find the dsplib.h library.
Is there anyone who knows how to solve this issue?
Regards,
Mélanie