Hi, I am using CCS 5.2.0 with Compiler TI v4.4.0, and trying to build project CSL_USB_IsoFullSpeedExample_ezdsp_Out from Connected Audio Framework come together with TMS320C5535 eZdsp USB kit but get the error: could not open source file VC5505_CSL_BIOS_cfg.h, many source files have #include "VC5505_CSL_BIOS_cfg.h" but I really cannot find the file. If I remove that #include then it will come with another error.
Can anyone help me on this?
Hi, I just find this file in the output folder Debug, guess it is generated during compile process but there is no place mentioning this file. So all I have to do is add the Debug folder to the list of include folders in CCS and it is now working as a charm.
Note that currently to run example Connected Audio Framework from CCS, I have to pull out the micro sd card first.