开发板:TMDSEVM6678LE
mcsdk_2_01_02_06,ccsv5.5
各位技术人员好,
我想将一个小程序直接下载到iic外部eeprom中,然后直接从iic启动执行程序,单核程序该如何做?多核程序(每个核都是单独的.out文件)该如何做?
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.
开发板:TMDSEVM6678LE
mcsdk_2_01_02_06,ccsv5.5
各位技术人员好,
我想将一个小程序直接下载到iic外部eeprom中,然后直接从iic启动执行程序,单核程序该如何做?多核程序(每个核都是单独的.out文件)该如何做?
查看手册sprugy5_Bootloader for the C66x DSP User's Guide.pdf
以及C:\ti\mcsdk_2_01_02_06\tools\boot_loader 里的例子。
您好,Allen Yin,
我的意思是想把一个自己写的单核程序下载到iic eeprom中,然后拨码开关选择i2c post boot,直接从eeprom中加载主程序,您说的“C:\ti\mcsdk_2_01_02_06\tools\boot_loader 里的例子”是把iic eeprom当做二级加载器使用的吧。