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.

C6657 ndk platform加载

Other Parts Discussed in Thread: SYSBIOS

加载方式:nand flash

参考ndk的helloworld例程进行网口通信,在线可以正常运行,燒写进FLASH后,无法正常加载,停留在0x20b045xx。

测试发现是在sysbios的cfg文件中使用了库如下代码所示,程序就不能正常加载,但是这些库文件是网口通信需要的呀,为什么不能加载呢,希望大神们回答一下。

Program.sectMap["platform_lib"] = "L2SRAM";
Program.sectMap["emacComm"] = "L2SRAM";

var PlatformLib = xdc.loadPackage('ti.platform.evmc6657l');
var NdkTransport = xdc.loadPackage('ti.transport.ndk');
var EmacLLD = xdc.loadPackage('ti.drv.emac');

x 出现错误。请重试或与管理员联系。