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.

RTOS/TMDSEVM6678: Processor-SDK Image Processing Demo error

Part Number: TMDSEVM6678
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

I use a TDSEVM6678LE development board and I try to use an example but it get an error. After the upload the demo out file and start the program the CIO get a message:

[C66xx_0] ti.sysbios.family.c64p.Hwi: line 192: E_alreadyDefined: Hwi already defined: intr# 5
xdc.runtime.Error.raise: terminating execution


MCSDK IMAGE PROCESSING DEMONSTRATION

QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
Configuring DHCP client
Service Status: DHCPC    : Enabled  :          : 000
Service Status: HTTP     : Enabled  :          : 000
Service Status: DHCPC    : Enabled  : Running  : 000
Service Status: DHCPC    : Disabled :          : 000
Service Status: HTTP     : Disabled :          : 000
Shutting things down

Before the load program I build the project by command line and the commands were I use:

setupenv.bat

gmake demo_clean

gmake demo

I use the evm6678le.ccxml target configuration file. (Processor-SDK folder include this configuration file.)

Sorry but I am a beginner in the DSP and real-time programming.