Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
Tool/software: Code Composer Studio, dcsm_security_tool
i have 2 problems,
Q 1). i am performing Device Firmware Upgrade via SCI Kernel provided as F2837xS_sci_flash_kernel. i am successful in performing normal DFU and receive Status Code "NO_COMMAND_ERROR 0x1000 Return on Success". when it try to perform DFU of the hex file generated by the example code "dcsm_security_tool", The DFU Fails. i receive status code "PROGRAM_ERROR 0x4000 Return on Programming Error". the Linkpointer changed as i modified using "dcsm_security_tool". but no security at all . The data in relevant Zone Select block is all 0xFF. using CCS and same code of "dcsm_security_tool" code is burnt and security is updated. but not via SCI DFU. I have deployed some systems i have to put security in it. i tried flash security only.
Q 2). using CCS the example "dcsm_security_tool" i am not able to perform "Enable PSWDLOCK permanently" i get this error
C28xx_CPU1: Error during Flash programming (Flash algorithm returned error code). FMSTAT (STATCMD on some devices) value = 48. Operation Cancelled (0).
C28xx_CPU1: File Loader: Memory write failed: Unknown error
C28xx_CPU1: GEL: File: E:\Firmwares\test_codes\dcsm_security_tool\CPU1_FLASH\dcsm_security_tool.out: Load failed.
all the blocks erased but error i get in loading. the linkpointer is updated(as i set) and everything is visible at 0x78000. and data on Select block is 0xFF all