I have changed the way to generate bin files. post build, I use: "${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/ofd2000" "${CG_TOOL_ROOT}/bin/hex2000" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin" CPU1 and CPU2 use the same method , CPU1 has no problem with the bin file ( the bin file is exactly the same as in the memory view ) However, there is a problem with CPU2: for example, after the JATG is downloaded , the data viewed in the memory view is FFFF FFFF FFFF, but the bin file is 0000 0000 0000
↧