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.

TMS320F28386D: dcsm.cmd

Expert 2350 points
Part Number: TMS320F28386D
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.