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.

Run time error

Dear sir / madam

I am Dharshak working on my project based on image processing. I am using ccstudiov3.1. There are no build errors in the c program but, while running the c program on dsk6713 simulator using ccstudiov3.1 I get the following message and the run stops.

Trouble running Target CPU: Illegal opcode (00008b78) at pc = 0x00008b24 

Why is this message and what can I do to avoid this?

 

Thanking you,

DHARSHAK.B.S

 

 

  • This message means that at the point in your simulation where the DSP's Program Counter (PC) read an instruction from the address 0x00008b24, that instruction was 0x00008b78 which was determined to be an illegal opcode.

    To avoid it, you will need to determine if this is a valid place for the DSP to be executing code. If so, then determine why an invalid opcode was placed there; if not, then determine why the PC is executing in an invalid location.

    Regards,
    RandyP

     

    If this answers your question, please click the  Verify Answer  button below. If not, please reply back with more information.