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.

Error with simulink and TMS320c6713



Hi Guys,

I am new to DSP, I just got TMS320C6713 board and wanted to perform some real application (Signal to Noise). I use Simulink to programming DSP board but I don't know how can I run my program on DSP board. When i build my model in simulink gives me an error "RTDX target application does not match emulation protocol
Loaded program was created with an rtdx library which does not match the target device"
How do I fix this error?

Please help me! email me at caoh36(at)yahoo.com

  • When you are connected to an actual target via JTAG this error means BIOS is still set up to communicate with the host via Simulator (host is the target). To fix this open your BIOS config file, expand Input/Output, select RTDX, right click and select Properties. If you are using a Simulator the RTDX Mode should say simulator; if using an emulator it should say JTAG. Make sure this matches whichever you are using (sounds like this should be JTAG).