Part Number: PROCESSOR-SDK-C667X
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I have Processor SDK RTOS C667x v5.03.00.07 and Code Composer Studio v8.3.1 on Linux Ubuntu v16.04 LTS
I am trying to run the Image Processing demo included in the P-SDK as instructed here.
I went through each step sequentially. The project was built successfully using the make demo command and uploaded to the respective core/group.
The problem is when I upload the slave program and run it, the master program raises an error and halts saying:
[C66xx_0] ti.sysbios.family.c64p.Hwi: line 192: E_alreadyDefined: Hwi already defined: intr# 5
xdc.runtime.Error.raise: terminating execution
ti.sysbios.family.c64p.Hwi: line 192: E_alreadyDefined: Hwi already defined: intr# 5
xdc.runtime.Error.raise: terminating execution
on the CIO.
I am quite new the board and TI-RTOS and am not able to debug what causes the error.
Thank you...