Tool/software:
Dear TI Team,
I'm trying to understand the CSM module.
According to the Technical Reference (Table 1-9. Security Levels), when the MCU is secured (or locked), the CPU has full access rights within the secure memory.
Does this mean I can access the password value in secure memory (e.g., LxRAM)?

For example, I want to reprogram Sector A, but I don't want to change the password.
Do the following steps work when the MCU is secured (or locked)?
Step 1. Read the password and store it in RAM
Step 2. Erase Sector A
(This step may also clear the password and unsecure the MCU)
Step 3. Write Sector A with the new program code
Step 4. Write the password (get from Step 1)
Step 5. Resecure the MCU
(PS. All these steps are executed in the secure memory.)
Best regards.