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.

TMS320F28384D: TMS320F28384x

Part Number: TMS320F28384D
Other Parts Discussed in Thread: TMS320F28388D

I try to integrate a CLA example into our project and I get the following errors for CLA compiler intrinsics:

Function '__mdebugstop()' could not be resolved
Function '__meinvf32()' could not be resolved

etc.

The CLA2 option is enabled for the compiler.

The code is this simple:

/*filename: CLATasks.cla*/

#include "f2838x_cla_typedefs.h"

...

interrupt void Cla1Task8 (void)
{
__mdebugstop();

}

...

Can you advise? 

Thanks,

Andras Horvath