求助有没有相关的例程或者文档资料,目前使用的6747的开发板,想要实现以太网口和PC通信的简单功能,希望提供一些思路,目前使用的是CCS5.21
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.
您好,我想首先把底层驱动环境搭建起来,因为nsp1.10里的例子是用于c6748平台的,只有相应的omap138的驱动程序。看了下面这两个
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/nsp_1_10_01_06/exports/nsp_1_10_01_06/nsp_1_10_01_06_release_notes.html#Rebuilding_driver_libs
以及https://e2e.ti.com/support/embedded/tirtos/f/355/p/134824/485229#485229
我想把ndk2.0里的6747驱动程序,应用到我目前的平台里,具体应该怎么做才好,重建nsp的过程,我已经找到了步骤,在重建之前,怎么用6747的驱动替换了6748的了,直接把ti\ndk\src\hal\evm6747\eth_c6747里的文件拷贝到J:\nsp_1_10_01_06\packages\ti\drv\omapl138,进行重建的会报错,缺少std.h等头文件。能否给我一些建议,谢谢。