Tool/software:
Hello Everyone,
I am trying to use the DSP library to work with the low-energy accelerator on my device. I have downloaded the DSPLib module from the Resource Explorer and added its path into the compiler's include search path and linker's file search path via CCS. In my main file, I include it using:
#include "DSPLib.h"
While this itself is recognized, my project is producing errors when I try to use functions from the DSP library like msp_lea_init()
or msp_add_iq31()
. It produces an unresolved error for all DSP library functions I want to use. How should I fix this?
Please let me know if any additional images or code would be helpful. Thank you.