Hi, how to convert the executable file of the M3 core (.xem3 file) to the binary file (.bin file) ?
I get the binary file through following commond:
./bin/hex470 hdvpss_examples_sdDisplay_m3vpss_release.xem3 -a -o=hdvpss_examples_sdDisplay_m3vpss_releas.bin -memwidth=32 -romwidth=32
then following the these steps to run the binary file .
First, I load this .bin file to the entry address of the program through the tool of CCS 5.2 ( Tool-》load memory ).
Second, after setting the M3 PC register value to be this entry address,I run the M3 through the CCS.
But the M3 core doesn't run successfully.
WHY ? Is the way of the file format conversion ERROR ?
My hdvpss_examples_sdDisplay_m3vpss_release.xem3 file can Run successfully .