你好,
我使用C6748最近需要使用以太网进行通信,按照例程操作使能NDK的各个模块,编译通过,运行后console打印一下信息:
ti.sysbios.family.c64p.Hwi: line 189: E_invalidIntNum: Invalid interrupt number: intr# -1054993972
00000.000 createInterrupts: error: could not create RX Hwi!
00000.000 createInterrupts: error: could not create RX Hwi!
00000.000
ti.sysbios.family.c64p.Hwi: line 189: E_invalidIntNum: Invalid interrupt number: intr# -1054993972
00000.000 createInterrupts: error: could not create TX Hwi!
ti.sysbios.family.c64p.Hwi: line 189: E_invalidIntNum: Invalid interrupt number: intr# -1054993972
00000.000 createInterrupts: error: could not create TX Hwi!
00000.000
00000.000 EMAC has been started successfully
00000.000 EMAC has been started successfully
00000.000 Registeration of the EMAC Successful
00000.000
WARNING: Boot thread has not completed!
我使用的时候OMAPL138的EMAC驱动。由于以前没做过以太网,也没有其他人交流,搞了几天了,我怀疑是EMAC初始化时创建收发中断的时候传入了错误的中断字。多些指教,谢谢!