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.

F28M35H52C: CSM implementation for f28m35h chip

Part Number: F28M35H52C
Other Parts Discussed in Thread: SYSCONFIG, CONTROLSUITE

Tool/software:

Any available example to check CSM in the f28m35h52c chip ,I wanted to try for cortex m3, but all the examples of f2807x series are quite different, the have link pointer which are not availabe in this chio ,also in the .cmd file it is mentioned as

/* The following options allow the user to program Z1 and Z2 DCSM security */
/* values, include CSM PSWD, ECSL PSWD, GRABSECT, GRABRAM, and FLASH EXEONLY */
/* The driverlib/dcsm_z1_secvalues.s and driverlib/dcsm_z2_secvalues.s files */
/* must be included in the Flash project for the below 2 lines to take */
/* effect. */
--retain=dcsm_z1_secvalues.obj(.z1secvalues,.z1_csm_rsvd)
--retain=dcsm_z2_secvalues.obj(.z2secvalues,.z2_csm_rsvd)

how do i include the above said file.

A more similar example will be more helpful.