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.