TI中文支持网
TI专业的中文技术问题搜集分享网站

lanchpadxl 烧写例程报错

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

Susan Yang:

zhu liu烧写程序出现如下错误

CCS版本是多少?现在烧写的是什么程序?有没有使用TI例程试一下?

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

Susan Yang:另外参考下下面链接内的FAQ

e2e.ti.com/…/738865

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

zhu liu:

回复 Susan Yang:

CCS8.0,烧写的就是TI例程。adc_ppb_offset_cpu01

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

Susan Yang:

回复 zhu liu:

我用CCS9.2测试了一下,是可以成功烧写的

您是否有按照上面的回复尝试一下?现在是可以成功编译的吧

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

zhu liu:

回复 Susan Yang:

我的可以load至RAM,但是我把build configurations改为CPU1_Flash,编译后却无法load至flash

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

zhu liu:

回复 Susan Yang:

还有一个问题,这个例程adc_ppb_offset_cpu01我load至RAM运行时结果不对。AdcaResult、AdcaResult_offsetAdjusted一直是0.AdcbResult、AdcbResult_offsetAdjusted相差56.例程中设置的SetupPPBOffset(10, -10);

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

Susan Yang:

回复 zhu liu:

我试了一下,可以烧写到FLASH的

zhu liu编译后却无法load至flash

您现在编译成功了?无法load的话,有什么错误提示吗?

cmd文件有没有修改为flash的?

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

zhu liu:

回复 Susan Yang:

我卸载ccs8.0,重新安装了ccs9.3就好了

新买的lanchpadxl—28379D,里面的原始程序正常运行。烧写程序出现如下错误:

C28xx_CPU1: GEL Output:Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written to the target.  Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0x86000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: D:\workspace-lz\workspace_CCS8.0_2837x_Demo\test1\Debug\test1.out: a data verification error occurred, file load failed.

Susan Yang:

回复 zhu liu:

谢谢反馈

赞(0)
未经允许不得转载:TI中文支持网 » lanchpadxl 烧写例程报错
分享到: 更多 (0)