I am facing a strange problem that says:-
TMS320C671X: Error: Illegal opcode (403a0000) at pc = 0xb00085ec Illegal opcode at pc = 0xb00085ec
I am using the Texas instruments simulator for TMS320C6713. I am using the Functional accurate mode.
We have successfully build our program and also able to load the data in all the three variables using "memory load" option.
Everything works fine till the last line of the code, where we call "imgweight" function.
We are using CCS v5 (version 5.1.0.09000 )
I have created a command file and assigned everything in the External memory.
The code works fine till the last line where we get the following error
How can this error arise if the compiler is the DEVICE SPECIFIC.
How can a comiler produce OPCODE THAT IS ILLEGAL.
I am attaching my project for more information. Please look into it and give me a solution.
Please Load the "AJAX.DAT" file on 0x80000000 location while checking.
It contains every data required to be processed.
Note:our program runs perfectly till the line(262) where the code:-
n=26;
is written.
Then when we execute the last line(263):-
imgweight(f, n, mt,y,w,normface);
we get this error.
I am adding the project:-