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.

Convert .out to hex file

Other Parts Discussed in Thread: OMAP-L137

Hi guys, 

I am writing a DSP application on OMAPL137. With ccs5, it generates an .out file. How do i convert this into a hex file to be saved on the flash. 

I have two applications. On power up, the rom boot loader loads the L2 cache with the first application. Later i want the second application to be loaded to the L2 and for first application to pass the control to the second application. 

A way i could think of doing this is to have hex code for second application into the flash. Once the first application is done, it copies the hex from flash to L2 and pass the control to second application in L2. 

A can't figure out how to generate the hex file from CCS. Any help would be appreciated. Or would you guys suggest any other way of doing the above. 

Thanks, 

AQ