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.

请教加密6748二次加载的问题

Other Parts Discussed in Thread: TMS320C6748, OMAP-L138

TMS320C6748芯片被更换为-E版本,启动问题请教。

原有程序1实现功能:程序1代码对flash的偏移64K之后的程序2.bin(out2rprc生成)内容进行解析,取出各section放到相应内存,记录entryPoint,跳转到entryPoint执行;然后用使用AisGen工具生成程序1的bin文件。

程序2:功能实现,使用out2rprc生成程序2的bin文件。

生成程序1和程序2的合并文件,程序1为前64K,程序2从64K地址开始,合并文件拷贝进FLASH,通过SPI0启动。

现TMS320C6748芯片被更换为-E版本后,使用SecureHexAIS_OMAP-L138.exe生成程序1的bin文件,烧录到FLASH后启动成功,请问怎么操作能够跳转到程序2执行?