Hi,
we are using the AM437IDK board and using CCS Version: 6.1.0.00104.
I am able to create a sample project for AM437x and it is generating the .out file in the workspace debug folder and able to debug the code.
Now we need to convert it to bin type to load the application on SD Card.
following is the post build command added underproject properties->CCS build->steps settings.
"${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"
But still its not generating the bin file.