最近在跑一个28335的程序,编译没有错误,debug的时候跳出如下错误:
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 0x9000: (Error -1066 @ 0x9000) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 5.1.232.0)
C28xx: Error: (Error -1156 @ 0x0) Device may be operating in low-power mode. Do you want to bring it out of this mode? (Emulation package 5.1.232.0)
C28xx: Unable to determine target status after 20 attempts
C28xx: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
这块28335的板子在仅运行PWM模块的小程序时,能够正常输出PWM波形,而且不会报错,但是运行较大型的工程文件的时候就会出现如上错误,求大神指点!!