SLUAB41 July   2025 UCD3138

 

  1.   1
  2.   Abstract
  3. 1List of Issues Caused by Inappropriate CCS Configurations
  4. 2Avoiding Issues with Appropriate Configurations
    1. 2.1 Avoiding Build Failures After Project Renaming
    2. 2.2 Avoiding Build Failures Caused by Upgrading CCS or Porting a Project to Another Computer
    3. 2.3 Avoiding Device Lockup
    4. 2.4 Fixing the Issue Where No .x0 File Is Generated
    5. 2.5 Fixing the Issue Where No .pp File Is Generated After Successful Build
  5. 3References

Fixing the Issue Where No .x0 File Is Generated

The image downloaded to a UCD device is typically in .x0 format. However, sometimes users cannot find the .x0 file after a successful build. Instead, a .out file is typically generated directly after the build is complete. To generate a .x0 file, a post-build command line, "${CG_TOOL_HEX}.exe" -x "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.x0" -memwidth 8, should be executed. As shown in Figure 2-10, check whether this command line is configured correctly.

 Post-build Step for Converting the .out File to a .x0 FileFigure 2-10 Post-build Step for Converting the .out File to a .x0 File