我们测试过程中遇到如下问题,麻烦你们联系相关专业工程师给予解决。
28069官方例程编译完成后无法下载,提示错误信息如下:
C28xx: 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: File Loader: Verification failed: Values at address 0x3FF760@Program do not match Please verify target memory and memory map.
C28xx: GEL: File: D:\PRODUCT\CCS\WORKSPACE_V7\2806x_boot_rom\Release\TMS320x2806x_boot_rom.out: a data verification error occurred, file load failed.
MAP文件中相应地址:
.text 0 003ff3b0 000003b0
003ff3b0 000000a9 SPI_Boot.obj (.text)
003ff459 000000a6 SelectMode_Boot.obj (.text)
003ff4ff 000000a1 CAN_Boot.obj (.text)
003ff5a0 0000008d I2C_Boot.obj (.text)
003ff62d 0000006c Parallel_Boot.obj (.text)
003ff699 0000006c SCI_Boot.obj (.text)
003ff705 00000047 Shared_Boot.obj (.text)
003ff74c 00000014 SysCtrl_Boot.obj (.text)
.InitBoot
* 0 003ff760 00000026
003ff760 00000026 Init_Boot.obj (.InitBoot)
.Isr 0 003ff786 00000007
003ff786 00000007 ITRAPIsr.obj (.Isr)
Seven Han:
具体的例程是哪个,C:\ti\controlSUITE\libs\utilities\boot_rom\2806x\2806x_boot_rom_v1_1 ??
方便这边测试一下。
我们测试过程中遇到如下问题,麻烦你们联系相关专业工程师给予解决。
28069官方例程编译完成后无法下载,提示错误信息如下:
C28xx: 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: File Loader: Verification failed: Values at address 0x3FF760@Program do not match Please verify target memory and memory map.
C28xx: GEL: File: D:\PRODUCT\CCS\WORKSPACE_V7\2806x_boot_rom\Release\TMS320x2806x_boot_rom.out: a data verification error occurred, file load failed.
MAP文件中相应地址:
.text 0 003ff3b0 000003b0
003ff3b0 000000a9 SPI_Boot.obj (.text)
003ff459 000000a6 SelectMode_Boot.obj (.text)
003ff4ff 000000a1 CAN_Boot.obj (.text)
003ff5a0 0000008d I2C_Boot.obj (.text)
003ff62d 0000006c Parallel_Boot.obj (.text)
003ff699 0000006c SCI_Boot.obj (.text)
003ff705 00000047 Shared_Boot.obj (.text)
003ff74c 00000014 SysCtrl_Boot.obj (.text)
.InitBoot
* 0 003ff760 00000026
003ff760 00000026 Init_Boot.obj (.InitBoot)
.Isr 0 003ff786 00000007
003ff786 00000007 ITRAPIsr.obj (.Isr)
Seven Han:
回复 Seven Han:
http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/604893
我们测试过程中遇到如下问题,麻烦你们联系相关专业工程师给予解决。
28069官方例程编译完成后无法下载,提示错误信息如下:
C28xx: 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: File Loader: Verification failed: Values at address 0x3FF760@Program do not match Please verify target memory and memory map.
C28xx: GEL: File: D:\PRODUCT\CCS\WORKSPACE_V7\2806x_boot_rom\Release\TMS320x2806x_boot_rom.out: a data verification error occurred, file load failed.
MAP文件中相应地址:
.text 0 003ff3b0 000003b0
003ff3b0 000000a9 SPI_Boot.obj (.text)
003ff459 000000a6 SelectMode_Boot.obj (.text)
003ff4ff 000000a1 CAN_Boot.obj (.text)
003ff5a0 0000008d I2C_Boot.obj (.text)
003ff62d 0000006c Parallel_Boot.obj (.text)
003ff699 0000006c SCI_Boot.obj (.text)
003ff705 00000047 Shared_Boot.obj (.text)
003ff74c 00000014 SysCtrl_Boot.obj (.text)
.InitBoot
* 0 003ff760 00000026
003ff760 00000026 Init_Boot.obj (.InitBoot)
.Isr 0 003ff786 00000007
003ff786 00000007 ITRAPIsr.obj (.Isr)
Alex_Wang:
回复 Seven Han:
Code Composer Studio
Version: 7.2.0.00013
我们测试过程中遇到如下问题,麻烦你们联系相关专业工程师给予解决。
28069官方例程编译完成后无法下载,提示错误信息如下:
C28xx: 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: File Loader: Verification failed: Values at address 0x3FF760@Program do not match Please verify target memory and memory map.
C28xx: GEL: File: D:\PRODUCT\CCS\WORKSPACE_V7\2806x_boot_rom\Release\TMS320x2806x_boot_rom.out: a data verification error occurred, file load failed.
MAP文件中相应地址:
.text 0 003ff3b0 000003b0
003ff3b0 000000a9 SPI_Boot.obj (.text)
003ff459 000000a6 SelectMode_Boot.obj (.text)
003ff4ff 000000a1 CAN_Boot.obj (.text)
003ff5a0 0000008d I2C_Boot.obj (.text)
003ff62d 0000006c Parallel_Boot.obj (.text)
003ff699 0000006c SCI_Boot.obj (.text)
003ff705 00000047 Shared_Boot.obj (.text)
003ff74c 00000014 SysCtrl_Boot.obj (.text)
.InitBoot
* 0 003ff760 00000026
003ff760 00000026 Init_Boot.obj (.InitBoot)
.Isr 0 003ff786 00000007
003ff786 00000007 ITRAPIsr.obj (.Isr)
Seven Han:
回复 Alex_Wang:
上贴中有对该问题的解释,您参考下。