开发环境:Win11 64Bit
CCS 12.3
XDS2xx USB Debug prob
SDK: mcu_plus_sdk_am64x_08_06_00_43
当前问题:
XDS200联接问题:
XDS200与开发板联接成功,但与A53-0 Connect 时:
- CortexA53_0: GEL: Error while executing OnTargetConnect(): Target failed to read 0x0000000044234100
at device_type=Read_MMR((0x44234000UL+0x100)) [AM64_common.gel:164]
at AdjustBaseAddr(AM64_DDRSS_SS_BASE) [AM64_DDRSS_Config.gel:92]
at DDR_Init() [AM64x_GP_EVM.gel:60]
at OnTargetConnect()
- 与A53-1 Connect :Break at address "0xffff800010a485ac" with no debug information available, or outside of program code.
Load .out 文件:

CortexA53_0: GEL: Error while executing OnTargetConnect(): Target failed to read 0x0000000044234100
at device_type=Read_MMR((0x44234000UL+0x100)) [AM64_common.gel:164]
at AdjustBaseAddr(AM64_DDRSS_SS_BASE) [AM64_DDRSS_Config.gel:92]
at DDR_Init() [AM64x_GP_EVM.gel:60]
at OnTargetConnect()
CortexA53_1: File Loader: Verification failed: Values at address 0x0000000080000000 do not match Please verify target memory and memory map.
CortexA53_1: GEL: File: D:\Design\AM64\CCS12\hello_world_am64x-evm_a53ss0-0_nortos_gcc-aarch64\Debug\hello_world_am64x-evm_a53ss0-0_nortos_gcc-aarch64.out: a data verification error occurred, file load failed.
- 与R5,M4,PRU等Connect 成功,但通过XDS200导入 .out文件时,就直接自动运行。
如:hello_world_am64x-evm_r5fss0-0_nortos_ti-arm-clang.out 时,导入即直接自动运行,暂停时处于


导入SDK 的 Project ,编译成功,但用XDS200进行Debug时,出现上述的问题

