Part Number: TMDSLCDK6748
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I am trying to get one of the ndk example running on my lcdk6748. I found the NSP package which contains a few examples. But when I tried to run the project, I ran into the following problem saying the hardrware interrupts were not successfully created.
[C674X_0] Using default MAC address
Using MAC Address: 00-08-ee-03-14-99
ti.sysbios.family.c64p.Hwi: line 189: E_invalidIntNum: Invalid interrupt number: intr# -1073052424
00000.000 createInterrupts: error: could not create RX Hwi!
00000.000
ti.sysbios.family.c64p.Hwi: line 189: E_invalidIntNum: Invalid interrupt number: intr# -1073052424
00000.000 createInterrupts: error: could not create TX Hwi!
00000.000
00000.000 EMAC has been started successfully
00000.000 Registeration of the EMAC Successful
So does anyone know why this is the case? I am currently using ccs7.4 with psdk 4.3.0.5. And I had to change the xdctool to 3.50.4.43 in the project for it to compile. So is it due to compatibility issue between the NSP and the rest of the code? If so, what are the correct pieces that I need to run the NSP examples?
Thanks,
Charles