Hi,
I am working with DSK C6713 on a project that takes audio from the PC though LINE IN,
encrypts it and gives the output audio signal though the headphone jack..
I have two RTDX projects that are similar.
One of the projects has been created by myself (1) and the other is a modified example problem that
comes with CCS (2).
Both projects (1) and (2) have the same the support files and the same C code.
In project (1) I keep getting the error ,
_RTDX_interrupt_mask C:/CCStudio_v3.1/C6000/rtdx/lib/rtdx.lib
>> error: symbol referencing errors - './Debug/RTDX_MATLAB_sim.out' not built.
In project (2), I dont get this error but the functions input_sample and output_sample do not function
as expected.
I am not able to hear the audio output from the headphone jack.
This problem is not there in project (1) and C code works as expected without the RTDX.
Are there any setting changes that I have over looked in project (1) due to which I get the symbol
referencing error?
Was there any setting in the example code that disables the functions input_sample and
output_sample?
I have added all the support files including rtdx.lib. The compiler and linker options in the two
projects are the same.
I am not able to identify why the two projects work differently when all the settings and the C code
is the same.
The original C code works only in project (1) and the RTDX component works only in project (2).
I need both parts to work in the same project.
Any help would be greatly appreciated.
Thank you very much.