DSPRelated.com
Forums

Loading *.out program created with DSP/BIOS into simulator

Started by johnsmith23251 July 23, 2007
Hi,
When I create a simple project using DSP/BIOS, it is successfully
compiled and linked without a single warning. But when I try to load
the generated *.out file to the simulator device it displays the
followong error:
"RTDX target application does not match emulation protocol! Loaded
program was created with an RTDX library which does not match the
target device."
I've tested changing my device template in DSP/BIOS. I've also
changed my simulator in CCSSetup as well as its associated template.
None of these worked. Still the same error message was displayed.
Does anyone has any idea what the problem is?

Thanks in advance
Hi,
I have faced the same error many times. But it won't affect the execution or
output of the project. This is the problem when we are trying to build the
program using simulator. If we build the same project on Emulator we won't
encounter such a problem. The RTDX file match will occur in emulator.

On 7/23/07, johnsmith23251 wrote:
>
> Hi,
> When I create a simple project using DSP/BIOS, it is successfully
> compiled and linked without a single warning. But when I try to load
> the generated *.out file to the simulator device it displays the
> followong error:
> "RTDX target application does not match emulation protocol! Loaded
> program was created with an RTDX library which does not match the
> target device."
> I've tested changing my device template in DSP/BIOS. I've also
> changed my simulator in CCSSetup as well as its associated template.
> None of these worked. Still the same error message was displayed.
> Does anyone has any idea what the problem is?
>
> Thanks in advance
>
>
>
John-

> When I create a simple project using DSP/BIOS, it is successfully
> compiled and linked without a single warning. But when I try to load
> the generated *.out file to the simulator device it displays the
> followong error:
> "RTDX target application does not match emulation protocol! Loaded
> program was created with an RTDX library which does not match the
> target device."
> I've tested changing my device template in DSP/BIOS. I've also
> changed my simulator in CCSSetup as well as its associated template.
> None of these worked. Still the same error message was displayed.
> Does anyone has any idea what the problem is?

I have rarely used the CCS simulator, but I would make a general comment.

"Emulation protocol" has nothing to do with simulation. Emulation refers to a target DSP board connected to a JTAG
emulator, in turn connected to the PC being used for code development, debug, etc. Within emulation, RTDX is used to
transfer data between the target DSP chip and the CCS environment. The "R" is for real-time; i.e. data can be
transferred while the DSP chip continues to run code.

-Jeff
Have you unchecked "modify CLKMODE" under system settings? This is on by
default in DSP/BIOS 5.1x and earlier. Checking this will not work with
simulator. And similarly under RTDX settings->properties check whether RTDX
is enabled and set to Simulator mode.

If either of the settings are wrong, you would get this problem.

--Bhooshan
On 7/23/07, padma wrote:
>
> Hi,
> I have faced the same error many times. But it won't affect the execution
> or output of the project. This is the problem when we are trying to build
> the program using simulator. If we build the same project on Emulator we
> won't encounter such a problem. The RTDX file match will occur in emulator.
>
> On 7/23/07, johnsmith23251 wrote:
> >
> > Hi,
> > When I create a simple project using DSP/BIOS, it is successfully
> > compiled and linked without a single warning. But when I try to load
> > the generated *.out file to the simulator device it displays the
> > followong error:
> > "RTDX target application does not match emulation protocol! Loaded
> > program was created with an RTDX library which does not match the
> > target device."
> > I've tested changing my device template in DSP/BIOS. I've also
> > changed my simulator in CCSSetup as well as its associated template.
> > None of these worked. Still the same error message was displayed.
> > Does anyone has any idea what the problem is?
> >
> > Thanks in advance
> >
> >

--
-------------------------------
"I've missed more than 9000 shots in my career.
I've lost almost 300 games. 26 times I've been trusted to take the game
winning shot and missed.
I've failed over and over again in my life.
And that is why I succeed."
-- Michael Jordan
--------------------------------