[求助] DSP突然出现烧不进程序,疑似被锁死求解

fraisty   2018-4-10 10:10 楼主
程序编译没问题,点击debug后弹出下面的错误:

TIM图片20180410100848.png

在console里面的提示:
C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.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: File Loader: Verification failed: Values at address 0x0801A@program do not match Please verify target memory and memory map.
C28xx: GEL: File: D:\Users\gao\workspace_v7\TestNewPro\Debug\TestNewPro.out: a data verification error occurred, file load failed.





回复评论 (11)

在网上找的都是和芯片锁死相类似,但是一般不是只会出现在烧写flash的时候嘛,我在调试的时候烧写的是ram
点赞  2018-4-10 10:11
  1. #include "DSP28x_Project.h"
  2. #include "TestDAAD.h"


  3. void main(void)
  4. {
  5.     InitSysCtrl();

  6.     Init_DA_Gpio();

  7.     DINT;
  8.     InitPieCtrl();
  9.     IER = 0x0000;
  10.     IFR = 0x0000;
  11.     InitPieVectTable();

  12.     //MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
  13.     //InitFlash();

  14.     Init_Spi();


  15.     Init_TLV5636();
  16.     Delay_ms(10);
  17.     Offset_Tx(2.5);


  18.     ERTM; //最高优先级的实时调试事件

  19.     //Delay_ms(10);

  20.     while(1)
  21.     {
  22.         //Mcbsp_TX_SCLK();
  23.         //Delay_ms(10);
  24.         //Offset_Tx(2.5);

  25.     }

  26. }
点赞  2018-4-10 10:13
是不是原来烧写正常?从正常到不正常你都干了什么?
为江山踏坏了乌骓马,为社稷拉断了宝雕弓。
点赞  2018-6-1 14:36
这个似乎是CMD文件的问题
点赞  2018-8-20 14:27
楼主怎么解决的,求方法啊,愁死了
点赞  2018-12-19 15:22
我的能连开发机,不能下载下列提示:那位给看下,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: Flash Programmer: Device is locked or not connected. Operation cancelled.
C28xx: File Loader: Memory write failed: Unknown error
点赞  2018-12-28 11:25

请问楼主的问题解决了吗

点赞  2020-3-10 09:02

这是怎么解决的

点赞  2020-3-12 15:51

我今天也遇到了类似的问题,请问楼主解决这个问题了吗?

点赞  2022-4-25 22:07

如何解决( ▼-▼ )

点赞  2022-6-28 15:04

我也遇到这个情况,搞不定

点赞  2022-9-23 17:01
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复