Part Number: TMS320F28034
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi
I have the following locations reserved in my linker file for my TMS320F28034 for the CSM (Code Security Module).
CSM_RSVD : origin = 0x3F7F80, length = 0x000076 /* Part of FLASHA. Program with all 0x0000 when CSM is in use. */
CSM_PWL_P0 : origin = 0x3F7FF8, length = 0x000008 /* Part of FLASHA. CSM password locations in FLASHA */
How do people generally 0 fill CSM_RSVD for the first time?
How do people generally set a their password for the first time at CSM_PWL_P0?
Do they do it from code composer? If so how?
Is there a way to do it from the linker file? If so how?
Or does it have to be done with a program I write?