Part Number: TMS320F28377S
Tool/software: Code Composer Studio
In the C-2000 ware i found an example code for running PI on CLA .I find a symbol called Cla1Prog_Start in Clashared.h i found it being used in the code as well
Cla1Regs.MVECT3 = (Uint16)((Uint32)&Cla1Task3-(Uint32)&Cla1Prog_Start);
When i run the code i find an error that says Cla1Prog_Start is an unresolved symbol.How should i resolve this error