我用的是C6670的EVM开发板,以前项目使用TCP3D正常(参考的是K1_TCP3D_STK工程),但是把\mcsdk_2_01_02_06\examples\ndk\helloWorld\evmc6670l这个例子程序移植到我的项目以后,网口能够正常工作,但是TCP3D不能译码,老是停在Keystone_TCP3D_PollFree的while循环中。可能的差别是现在移植后的环境是基于基于sys/bios。
请问下,你是如何解决的?麻烦各位高手帮下忙,ndk会影响TCP3D
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
不能简单合并,STK的中断是通过CSL中断控制器响应的,NDK是通过BIOS中断控制器的,一个系统里只能存在一套中断控制器;
你需要了解TCP3D的初始化流程以及调用方式,然后将其移植到BIOS环境中去。