您好:
我在CCS5.3中导入CCS3.3的工程,编译没问题,但debug时老是出现下面的问题,但是程序在CCS3.3上运行没有问题
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好:
我在CCS5.3中导入CCS3.3的工程,编译没问题,但debug时老是出现下面的问题,但是程序在CCS3.3上运行没有问题
警告信息说你选择的芯片型号F28335和软件检测到的实际芯片型号不一致,请在工程配置中选择正确的芯片型号。如果型号没错,试试把ccxml配置文件删除然后重新配置。
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: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: Breakpoint Manager: Retrying with a AET breakpoint
C28xx: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x98ae: (Error -1066 @ 0x98AE) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.872.0)
C28xx: Can't Run Target CPU: (Error -1156 @ 0x9771) Device may be operating in low-power mode. Do you want to bring it out of this mode? (Emulation package 5.0.872.0)
C28xx: Error: (Error -2134 @ 0x0) Unable to control device execution state. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.0.872.0)
C28xx: Trouble Halting Target CPU: (Error -1135 @ 0x9771) The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.0.872.0)
今天在CCS5.3里新建的工程,main是空函数,运行debug又出现这问题了