This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2EXEVM: test algorithm APIs in standalone manner using CCS

Part Number: TDA2EXEVM

(1)static AlgRadarProcessFxns_FxnTable gAlgorithmFxn_RadarBeamForm_fxns =
{
    &AlgorithmFxn_RadarBeamFormCreate,
    &AlgorithmFxn_RadarBeamFormProcess,
    &AlgorithmFxn_RadarBeamFormControl,
    &AlgorithmFxn_RadarBeamFormDelete
};

PLease tell me how the above Algorithmes is called?I did'nt find the call codes.

(2)if I take the RadarBeamFormCreate,RadarBeamFormProcess in a  standalone manner on DSP, typically
using CCS software,does it work?if not, then test algorithm APIs in standalone manner on DSP/EVE, typically
using CCS what should I do?