Hello!
I want to use DSPLIB in CCS v5 project. When DSPLIB was installed, specifically dsplib_c66x_3_2_0_1, It was found by CCS on the next start. However, I have noticed that for most of products discovered, there is an entry in linked resources list. For example, I see
AIF2_INSTALL_PATH pointing to ${TI_PDK_INSTALL_DIR}\packages\
and many others, but I see nothing pointing to just installed DSPLIB. Should I define new path variable for DSPLIB? If so, what place should I point at, I mean just root or packages folder, i.e.
DSPLIB_INSTALL_DIR = C:\ti\dsplib_c66x_3_2_0_1\packages
or
DSPLIB_INSTALL_DIR = C:\ti\dsplib_c66x_3_2_0_1
Thanks in advance.