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.

How to convert the CCS *.out file to bin file in DM6441 ARM Side

Hi all,

I just writes a simple ARM side program in the CCS3.3, and the program can work in the SDRAM. but How can I convert this out file to bin file and let it run from the Nor Flash? Can someone give some advice for me. Thanks in advance! :)

  • This is really a bit of a tough question, as the majority of software and collateral we provide for the DM644x devices is built around using Linux on the ARM, meaning there was not much effort into making utilities that would allow you to burn and boot arbitrary CCS programs. You could probably start with the software found in SPRAAI4 for this which should give you code that can burn to the flash, but since this was designed for loading U-Boot and Linux you will likely have to do some tweaking to get an arbitrary project as you describe working.

  • use hex430 utility tools convert it to .hex.

    and then google hex2bin, then you can convert .hex to .bin