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.

CCS/UCD3138: CCS UCD3138

Part Number: UCD3138

Tool/software: Code Composer Studio

l had a hard switching full bridge project. l import CCS and select rebuild project. l want to be produce X0 file. but produce OUT file.

  • Hi Meng,

    Please look at your project properties.

    Under CCS Build -> Steps tab -> Post-build steps

    Make sure that you call the CG_TOOL_HEX, this is the tool that generates .X0 binary file.

    Do you have something like this in there?  ("${CG_TOOL_HEX}.exe" -x "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.x0" -memwidth 8)

    Regards,