SLUAB41 July 2025 UCD3138
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.
Figure 2-10 Post-build Step for Converting the .out File to a .x0 File