I am trying to execute a program that is has its code and data stored on the external SDRAM of the C6713 DSK board. However, during a step through of my program in debugging, the program will execute correctly until a certain point and then while try to execute a certain function. The DSK "busy" LED will blink normally for a brief time period and then it will go very dim and blink once every second or two. This is when the program will stall. Then when manually halting the program I receive the following error message:
“Trouble Halting Target CPU: Error 0x80000020/-1070 Fatal Error during: Execution, An Unknown error prevented the emulator from accessing the processor in a timely fashion.”
I am sure it is not the actual code because I can run a small scale test code that is stored internally on the DSP chip's memory and everything steps through fine. However the actual application code will eventually need to go to the external memory due to its size.
Is there a set of instructions to verify that the DSP/Bios was set up correctly for the DSK board, so that I can use the external SDRAM chip or some other kind of information on the error code that can be used to help further debug the problem? Also can anyone direct me to some “reference designs” or program projects that are for the C6713 DSK board and use the external SDRAM (preferably using the DSP/Bios configuration).
Thanks,
Richard