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.

CCS/TMS320VC5507: What does this error mean?

Part Number: TMS320VC5507

Tool/software: Code Composer Studio

Hi

I'm trying to write my first assembly program for TMS320VC5507 DSP. 

What does the problem attached to this post mean? And How could I solve it?

The emulator is XDS100V2

This is my simple code:

	.global	_start
_start 
	MOV	  #0x1234 , AC0 ;
	MOV   #0x4567 , AC1 ;
Wait
	B	Wait;

Thanks