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.

请教:DM8148 如何实现M3核执行文件xem3格式转bin格式?



  请教各位,如何实现M3核执行文件xem3格式转bin格式呢?

我通过以下命令

./bin/hex470 hdvpss_examples_sdDisplay_m3vpss_release.xem3 -a -o=hdvpss_examples_sdDisplay_m3vpss_releas.bin  -memwidth=32 -romwidth=32

生成二进制.bin文件,通过CCS的Tool-》load memory将生成的.bin文件从程序入口地址加载,然后将M3核PC指针跳转到该地址后,开始运行,但程序正常运行后没有打印输出,得不到和xem3同样的输出现象,请问这是什么原因呢,.bin文件转换不正确吗?
我的xem3程序是可以通过load program方式加载运行的。