Tool/software: Code Composer Studio
How to generate .bin file in code composer studio ver 6.2 rather than .out file.
WIth Best regards
Manish Kothari
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.
Tool/software: Code Composer Studio
How to generate .bin file in code composer studio ver 6.2 rather than .out file.
WIth Best regards
Manish Kothari
Manish,
In general, the conversion from .out file to binary file in CCS is done as a post-build step. However, the utility that is typically used for this (tiobj2bin) does not support C55x devices.
I suspect that what you are looking for is a way to create a boot-image. If so, please take a look at this post that links to an application note with more details. If you have further questions on this topic I would suggest starting a new post in the C5000 device forum as the experts there should be able to provide more guidance.