工程在另一台装有ccs5的电脑调试好之后拷贝到一台装有ccs6的电脑,编译同样无误,但是下载会报错,提示如下:
C28xx_0: 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_0: File Loader: Verification failed: Values at address 0x000000000013EBB2 do not match Please verify target memory and memory map.
我用的CMD文件是官方的F28M35H52C1_c28.cmd折腾很久没有解决问题。
我在这一块算是新手,板子是非官方的PCB
Eason Wang:
Hi,
Move to C2000 forum
BR,
Eason
工程在另一台装有ccs5的电脑调试好之后拷贝到一台装有ccs6的电脑,编译同样无误,但是下载会报错,提示如下:
C28xx_0: 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_0: File Loader: Verification failed: Values at address 0x000000000013EBB2 do not match Please verify target memory and memory map.
我用的CMD文件是官方的F28M35H52C1_c28.cmd折腾很久没有解决问题。
我在这一块算是新手,板子是非官方的PCB
rookiecalf:
你确定用CCS5还能下载?这跟IDE的版本应该没什么关系啊。
看到这个提示,感觉是芯片被锁啊。或者再看看板子上有没有硬件的问题。
工程在另一台装有ccs5的电脑调试好之后拷贝到一台装有ccs6的电脑,编译同样无误,但是下载会报错,提示如下:
C28xx_0: 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_0: File Loader: Verification failed: Values at address 0x000000000013EBB2 do not match Please verify target memory and memory map.
我用的CMD文件是官方的F28M35H52C1_c28.cmd折腾很久没有解决问题。
我在这一块算是新手,板子是非官方的PCB
xupeng he:
回复 rookiecalf:
是另一台电脑上的ccs5可以,我现在下载其他程序可以完全没有报错,所以应该不是芯片被锁~
工程在另一台装有ccs5的电脑调试好之后拷贝到一台装有ccs6的电脑,编译同样无误,但是下载会报错,提示如下:
C28xx_0: 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_0: File Loader: Verification failed: Values at address 0x000000000013EBB2 do not match Please verify target memory and memory map.
我用的CMD文件是官方的F28M35H52C1_c28.cmd折腾很久没有解决问题。
我在这一块算是新手,板子是非官方的PCB
xupeng he:
对CMD文件修改后红字消失,但是还有
C28xx_0: 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.
工程在另一台装有ccs5的电脑调试好之后拷贝到一台装有ccs6的电脑,编译同样无误,但是下载会报错,提示如下:
C28xx_0: 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_0: File Loader: Verification failed: Values at address 0x000000000013EBB2 do not match Please verify target memory and memory map.
我用的CMD文件是官方的F28M35H52C1_c28.cmd折腾很久没有解决问题。
我在这一块算是新手,板子是非官方的PCB
li Zhang17:
回复 xupeng he:
我前两天也遇到同样的情况,我改了一下cmd文件里SECTIONS的内容,将有些段分配到其他的RAM就没有报错了。希望能帮到你。