本帖最后由 沉睡的洋葱 于 2020-8-18 16:16 编辑
大佬们好:
我在用DSP28335开发板,有的时候程序烧写不进去,根据ccs提示,应该是XRS引脚复位后不能拉高导致。实际测量发现仿真器下载程序后电压的确下降,从2.6V降到了2.3V,可是我看手册上写着VIHmin是2V啊?有大佬知道该怎么解决吗?新人跪求帮助。
以下是ccs的console:
C28xx: Failed CPU Reset: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.0.27.9)
C28xx: Trouble Reading Register PC: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.0.27.9)
C28xx: Trouble Reading Register ST1: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.0.27.9)
C28xx: GEL: Error while executing OnReset(1): Target failed to read register ST1
at (ST1&~(0x0100)) [f28335.gel:322]
at C28x_Mode() [f28335.gel:38]
at OnReset(1)
C28xx: Flash Programmer: Warning: The configured device (TMS320F28335), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.
C28xx: Failed CPU Reset: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.0.27.9)
C28xx: Trouble Reading Register PC: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.0.27.9)
C28xx: Trouble Reading Register ST1: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.0.27.9)
C28xx: GEL: Error while executing OnReset(1): Target failed to read register ST1
at (ST1&~(0x0100)) [f28335.gel:322]
at C28x_Mode() [f28335.gel:38]
at OnReset(1)
C28xx: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x2: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 8.0.27.9)
C28xx: File Loader: Verification failed: Target failed to write 0x00000@Program
C28xx: GEL: File: C:\ti\workspace_v8_1\Example23_DSP2833x_SCI_loopback\Debug\Example23_DSP2833x_SCI_loopback.out: Load failed.
|