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.

c5535 interrupt

Other Parts Discussed in Thread: TMS320C5535

Hi 

I am using tms320c5535 ezdsp kit. I want to use interrupt for my application without DSP BIOS. so i imported CSL_INTC_Example code from c55xx_csl_3.00. 

I imported vector.asm also. I have selected assembly source language as algebraic. when i build the project it shows me big list of errors in assembly code.

[E0000]
parse error
PSH dbl(AC3)
^
"C:\Users\Ind\AppData\Local\Temp\1172010", ERROR! at line 1171:
[E0000]
parse error
PSH mmap(AC3G)
^
"C:\Users\Ind\AppData\Local\Temp\1172010", ERROR! at line 1174:
[E0000]
parse error
PSH T0
^
"C:\Users\Ind\AppData\Local\Temp\1172010", ERROR! at line 1177:
[E0000]
parse error
PSH T1
^
"C:\Users\Ind\AppData\Local\Temp\1172010", ERROR! at line 1180:
[E0000]
parse error
PSHBOTH XAR0
^
"C:\Users\Ind\AppData\Local\Temp\1172010", ERROR! at line 1183:
[E0000]
parse error
PSHBOTH XAR1
^

"C:\Users\Kaumil\AppData\Local\Temp\1172010", ERROR! at line 1240:
[E0000]
parse error
PSH mmap(RPTC)
^
"C:\Users\Ind\AppData\Local\Temp\1172010", ERROR! at line 1243:
[E0000]
parse error
PSHBOTH XCDP
^
"C:\Users\Ind\AppData\Local\Temp\1172010", ERROR! at line 1246:
[E0000]
parse error
PSH mmap(TRN0)
^

272 Assembly Errors, No Assembly Warnings
Errors in Source - Assembler Aborted

>> Compilation failure
gmake: *** [intc_example.obj] Error 1
'Building file: ../vectors.asm'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=huge -g --include_path="C:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --include_path="C:/Kaumil/Workspace/TestInterrupt/inc" --define=c5535 --display_error_number --diag_warning=225 --ptrdiff_size=32 --asm_source=algebraic --preproc_with_compile --preproc_dependency="vectors.pp" "../vectors.asm"
'Finished building: ../vectors.asm'
' '
gmake: Target `all' not remade because of errors.

**** Build Finished ****