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.
Tool/software: Code Composer Studio
Hi, Sal Pezzino:
I have moved the statement several columns to the right. The following statement also was added:
.cdecls C,LIST,"CLAmath.h"
Display one error when compile. The error message is as follows:
Description: [E0300]The following symbols are undefined.
Resource:clarith.asm(my file name)
Path:/MAINDSP(my project path)
Type:C/C++ Problem
No errors are displayed in the file line statements.
MMOV16 @_EPwm1Regs.AQCTLA.all, MR0
MMOV16 @_EPwm1Regs.CMPA.bit.CMPA, MR1
MMOV16 @_EPwm2Regs.CMPA.bit.CMPA, MR2
MMOV16 @_EPwm2Regs.AQCTLA.all, MR3
Are the above statements correct?
Hi,
Please see the examples in C2000Ware for some more help.
Those statements see correct.You did not provide the unresolved symbol name so I can't tell you exactly what the issue it. You did not provide enough information.
Please see this examples: C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2837xd\examples\cpu1\cla_adc_fir32
sal