Thread 中讨论的其他器件:C2000WARE
工具与软件:
在构建期间、我将收到以下不明确的警告消息。 之前没有看到此类警告。
"警告:078000h 处的 boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1.out (DCSM_OTP_Z1_linkpointer)段位于未配置的存储器中(跳过)"
有什么想法可能导致这样的警告?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具与软件:
在构建期间、我将收到以下不明确的警告消息。 之前没有看到此类警告。
"警告:078000h 处的 boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1.out (DCSM_OTP_Z1_linkpointer)段位于未配置的存储器中(跳过)"
有什么想法可能导致这样的警告?
您可以按照以下 E2E 中所述的步骤从客户处重现此问题-
Vivek Singh
George
以下是十六进制实用程序命令-
构建辅助目标:"boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1.hex"
调用:C2000十六进制实用程序
"C:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/hex2000 --cmac="C:cmac="C:/Users/a0875069/workspace_v12/boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1/boot_ex1_user_cmac_key.txt cmbow=16 --romwidth=16 "C:/Users/a0875069/workspace_v12/boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1 boot_ex1_flash_hex_lnk_cpu1.cmd"--diag_wrap=off -o "boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1.chex"
随附的是包含所有必需文件的 zip 文件-
进行保存 boot_ex1_flash_hex_lnk_cpu1.cmd 有这些行...
ROMS
{
FLASH_SECTOR0_13: o=0x00080000 l=0x00040000, fill = 0xFFFF /* If fill not specified, then default is all 0s */
}
分配给该范围之外地址的任何段都会获得诊断。 这包括...
[报价 userid="19481" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1376994/tms320f28386d-warning-message-not-clear "]"警告:078000h 处的 boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1.out (dcsm_otp_z1_linkpointer)位于未配置的存储器中(跳过)"更多详细信息、 请搜索 C28x 汇编工具手册 中标题为 ROMS 指令的子章节。
谢谢。此致、
-George.