Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
I want to porting example dcsm_security_tool to boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1.
I add the below two files in the projectspec, dcsm.asm and dcsm.cmd.
But the build result shows the warining that
warning: section boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1.out(dcsm_otp_z1_linkpointer) at 078000h falls in unconfigured memory (skipped)
It seems that dcsm.cmd is not included in build or other problem.
So when I changed the content in the dcsm.asm, the hex did not change.