IWR1642 people counting 实验中Debug模式下Connect Target失败

Other Parts Discussed in Thread: IWR1642

我需要用IWR1642执行编译后的代码,根据官方文件在建立Group core(s) 之后我需要对group1执行Connect Target.

但是出现错误弹窗:

Error connecting to the target:
(Error -1180 @ 0x0)
Device is held in reset. Take the device out of reset, and retry the operation.
(Emulation package 8.1.0.00012)

console:

C674X_0: GEL: Error while executing OnPreTargetConnect(): GEL_SetWaitInResetMode(): target does not support halt on reset
at GEL_SetWaitInResetMode(1)
at GEL_EvalOnTarget("C674X_0", "GEL_SetWaitInResetMode(1)") [xwr16xx_dss_csdap.gel:164]
at DSS_PreConnect_CheckResetStatus()
at GEL_EvalOnTarget("CS_DAP_0", "DSS_PreConnect_CheckResetStatus()", 1) [xwr16xx_dss_init.gel:11]
at OnPreTargetConnect()
C674X_0: Error connecting to the target: (Error -1180 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.1.0.00012)

我在论坛上查到说要需要加载gel文件,但是官方文件没说需要加载。

请问错误的原因是否是没有加载gel文件,如果是的话在哪加载?

如果不是那又该如何解决?

谢谢