I am just trying to porting the NDK 2.22.3.20 by using the sample code in am335x_sysbios_ind_sdk_1.1.0.3.
The hardware initial code porting is smoothly, but when the sys bios is starting the console giveout this information and stopped.
ti.sysbios.family.arm.a8.intcps.Hwi: line 149: E_alreadyDefined: Hwi already defined, intnum: 41
ti.sysbios.family.arm.a8.intcps.Hwi: line 224: E_handleNotFound: Hwi handle not found: 0x80087c30
xdc.runtime.Error.raise: terminating execution
By the way,I dont use the HWI:41 in other code.
Can someone give some suggestion? Thanks a lot!