我在用f28069,仿真器是SEED-XDS560plus。仿真器连接正常,但是在下载程序时,下载后,指针没有跳到main(),而是跳到了codestratbranch.asm文件里了,LD wd-disable这一行,程序也不能run,这是怎么回事呢??这是error:
C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:Device 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 0x84b6: (Error -1066 @ 0x84B6) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.681.0)C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.
我将同样的程序下载到另一个目标板(两个板子的设计是一样的),就很正常,没有任何问题,程序能够run,是DSP坏掉了么??请大虾们指点,
谢谢
Hardy Hu:
Hi, Andy,
你好! 建议从以下方面进行检查。
1.有问题的板子的MCU是否有虚焊的情况,特别是JTAG口和电源;
2.这颗芯片是不是没有用过的,如果用过的是不是CSM设置了密码?
3.有问题的这颗MCU是否在电源不稳定的系统中进行过操作,如果有,有可能将MCU的CSM写了一个未知密码进去,这个情况就不好整了。
Regards,
Hardy
我在用f28069,仿真器是SEED-XDS560plus。仿真器连接正常,但是在下载程序时,下载后,指针没有跳到main(),而是跳到了codestratbranch.asm文件里了,LD wd-disable这一行,程序也不能run,这是怎么回事呢??这是error:
C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:Device 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 0x84b6: (Error -1066 @ 0x84B6) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.681.0)C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.
我将同样的程序下载到另一个目标板(两个板子的设计是一样的),就很正常,没有任何问题,程序能够run,是DSP坏掉了么??请大虾们指点,
谢谢
Eric Ma:
Andy,
请问你使用的CCS版本是什么呢?
从出错的信息来看,应该是程序中设置了一些断点信息,导致程序不能正常运行。
我的建议是:检查一下程序中哪里设置了断点,remove掉,如果是在CCSv5,可以在view 》 breakpoint中可以查看断点信息,然后去掉掉这些断点,在reset cpu,restart。
Eric
我在用f28069,仿真器是SEED-XDS560plus。仿真器连接正常,但是在下载程序时,下载后,指针没有跳到main(),而是跳到了codestratbranch.asm文件里了,LD wd-disable这一行,程序也不能run,这是怎么回事呢??这是error:
C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:Device 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 0x84b6: (Error -1066 @ 0x84B6) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.681.0)C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.
我将同样的程序下载到另一个目标板(两个板子的设计是一样的),就很正常,没有任何问题,程序能够run,是DSP坏掉了么??请大虾们指点,
谢谢
Andy Sun:
回复 Eric Ma:
Eric
我用的是ccs5.2版本的,,我没有设置任何断点,在view 》 breakpoint中也没有断点信息。
Andy
我在用f28069,仿真器是SEED-XDS560plus。仿真器连接正常,但是在下载程序时,下载后,指针没有跳到main(),而是跳到了codestratbranch.asm文件里了,LD wd-disable这一行,程序也不能run,这是怎么回事呢??这是error:
C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.C28xx: GEL Output:Device 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 0x84b6: (Error -1066 @ 0x84B6) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.681.0)C28xx: GEL Output:Device Calibration not complete, check if device is unlocked and recalibrate.
我将同样的程序下载到另一个目标板(两个板子的设计是一样的),就很正常,没有任何问题,程序能够run,是DSP坏掉了么??请大虾们指点,
谢谢
Andy Sun:
回复 Hardy Hu:
Hardy
这个板子是用过的,之前有其他人用过,如果用过的人将CSM设置了密码,那我怎么样才能解码呢?要找设置密码的人么?
Andy